Skip to content

Commit

Permalink
misc chores
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-han committed Jul 18, 2023
1 parent 09c3efb commit 1cb1aad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 111 deletions.
98 changes: 0 additions & 98 deletions .github/workflows/ansible-test.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: '3.11'

- name: Install dependencies
run: |
Expand Down
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
# TransIP Collection

[![CI](https://github.com/yo-han/ansible-collection-transip/workflows/CI/badge.svg?event=push)](https://github.com/yo-han/ansible-collection-transip/actions)

This collection contains modules and plugins to assist in automating [TransIP][transip] infrastructure and API interactions with Ansible. It was orignally started by [Roald Nefs](https://github.com/roaldnefs/ansible-collection-transip). This is the forked and expended version of the collection.

## Tested with Ansible

Tested with the current Ansible 2.13 release and the current development version of Ansible. Ansible versions before 2.9.10 are not supported.

## Included content

- transip_sshkey – Manage TransIP SSH keys
- transip_vps – Create and delete a TransIP VPS
- transip_vps_os – Install a new OS on a TransIP VPS
- transip_domain – Create and delete a TransIP DNS entries
- transip_network – Create and delete a TransIP Private Networks

Expand All @@ -29,7 +24,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
---
collections:
- name: yo_han.transip
version: 0.3.0
version: 0.4.1
```
### Using modules from the TransIP Collection in your playbooks
Expand All @@ -48,8 +43,8 @@ It's preferable to use content in this collection using their Fully Qualified Co
state: present
description: "example vps description"
unique_description: true
product_name: vps-bladevps-x1
operating_system: ubuntu-18.04
product_name: vps-bladevps-x2
operating_system: ubuntu-22.04
availability_zone: ams0
access_token: REDACTED
register: result
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors:
- Roald Nefs (github/roaldnefs)
- Johan Kuijt (github/yo-han)
description: TransIP Ansible Collection.
license_file: COPYING
license_files: COPYING
tags:
- transip
- cloud
Expand Down

0 comments on commit 1cb1aad

Please sign in to comment.