An Ansible collection to manage your domains through happyDomain.
https://galaxy.ansible.com/happydns/happydomain
- Python 70.9%
- Jinja 26.4%
- Shell 2.7%
| meta | ||
| roles/happydomain | ||
| galaxy.yml | ||
| LICENSE | ||
| README.md | ||
Ansible Collection for happyDomain
The collection (happydns.happydomain) contains modules to assist in happyDomain 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:
---
collections:
- name: happydns.happydomain
Using this collection
TODO
Code of Conduct
This collection follows the Ansible project's Code of Conduct. Please read and familiarize yourself with this doc.
License
CECILL-2.1