Matt Woodson 3a8f0ffcb8 lib_dyn: more updates to the lib_dyn module. Made the TTL more flexible 9 年之前
..
library 3a8f0ffcb8 lib_dyn: more updates to the lib_dyn module. Made the TTL more flexible 9 年之前
meta a4cefbbfc2 removing extraneous comments 9 年之前
tasks dbd469ca8a Fix a bug with existing CNAME records 9 年之前
README.md a871f7f962 Cleaning up the dyn ansible module for merging 9 年之前

README.md

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