Initial commit
This commit is contained in:
commit
41fbf3cfd9
3 changed files with 575 additions and 0 deletions
40
README.md
Normal file
40
README.md
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# Ansible Collection for happyDomain
|
||||
|
||||
The collection (`happydns.happydomain`) contains modules to assist in [happyDomain](https://happydomain.org/) deployment and management.
|
||||
|
||||
|
||||
## Ansible version compatibility
|
||||
|
||||
The collection is tested and supported with: `ansible >= 2.9`
|
||||
|
||||
|
||||
## Installing the collection
|
||||
|
||||
Before using the happyDomain collection, you need to install it using the below command:
|
||||
|
||||
```
|
||||
ansible-galaxy collection install happydns.happydomain
|
||||
```
|
||||
|
||||
You can also include it in a `requirements.yml` file and install it via `ansible-galaxy collection install -r requirements.yml`, using the format:
|
||||
|
||||
```yaml
|
||||
---
|
||||
collections:
|
||||
- name: happydns.happydomain
|
||||
```
|
||||
|
||||
|
||||
## Using this collection
|
||||
|
||||
TODO
|
||||
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
This collection follows the Ansible project's [Code of Conduct](https://docs.ansible.com/ansible/devel/community/code_of_conduct.html). Please read and familiarize yourself with this doc.
|
||||
|
||||
|
||||
## License
|
||||
|
||||
CECILL-2.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue