blob: 1eec9f81cb1ad382601e8891cc07041357525e6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
lib_dyn
=========
A role containing the dyn_record module for managing DNS records through Dyn's
API
Requirements
------------
The module requires the `dyn` python module for interacting with the Dyn API.
https://github.com/dyninc/dyn-python
Example Playbook
----------------
To make sure the `dyn_record` module is available for use include the role
before it is used.
- hosts: servers
roles:
- lib_dyn
License
-------
Apache
|