summaryrefslogtreecommitdiff
path: root/cloud/google/gcdns_record.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* Change 'values' to 'record_data' for gcdns module. (#3003)Tom Melendez2016-09-211-54/+54
| | | | | Using values caused problems while creating an integration playbook as it is a reserved word. Seeing as this module is not yet released, it's prudent to make this change now. 'record_data' is more descriptive and uses the _data convention that we've established for instances. No functionality in the module has changed.
* Use addresses and names reserved for documentation (#2894)Robin Schneider2016-09-121-11/+11
| | | | | Trying to preserve the meaning of the examples. Related to: https://github.com/ansible/ansible/issues/17479
* Add modules to support Google Cloud DNS (#2252)William Albert2016-07-281-0/+790
This commit adds modules that can manipulate Google Cloud DNS. The modules can create and delete zones, as well as records within zones.