|
9 年之前 | |
---|---|---|
.. | ||
library | 9 年之前 | |
meta | 9 年之前 | |
tasks | 9 年之前 | |
README.md | 9 年之前 |
A role containing the dyn_record module for managing DNS records through Dyn's API
The module requires the dyn
python module for interacting with the Dyn API.
https://github.com/dyninc/dyn-python
To make sure the dyn_record
module is available for use include the role
before it is used.
- hosts: servers
roles:
- lib_dyn
Apache