An Ansible collection to manage your domains through happyDomain. https://galaxy.ansible.com/happydns/happydomain
Go to file
nemunaire efbecdbc23
continuous-integration/drone/tag Build is failing Details
Rename namespace
2023-04-12 10:36:30 +02:00
meta Prepare to publish to galaxy 2023-03-21 16:05:06 +01:00
roles/happydomain Add missing happydomain_mail_smtp_tls_no_verify variable 2023-03-28 00:20:41 +02:00
.drone.yml Rename namespace 2023-04-12 10:36:30 +02:00
LICENSE Initial commit 2023-03-21 12:20:46 +01:00
README.md Rename namespace 2023-04-12 10:36:30 +02:00
galaxy.yml Rename namespace 2023-04-12 10:36:30 +02:00

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