Commit Graph

12 Commits (7420a450a5fb31b432a53a28ac0a38e711e33b3a)

Author SHA1 Message Date
Matt Martz 1c43bc322f Perform region validation early to be more explicit about invalid region failures 10 years ago
Matt Martz 07d80b5f1e Move additional rackspace common code into module_utils/rax.py 10 years ago
James Cammarata b1e99c2067 Merge branch 'rax-ptr' of https://github.com/sivel/ansible into sivel-rax-ptr 10 years ago
Tim Rupp 821c133ff8 Fix missing msg argument
The following patch adds a missing 'msg=' syntax. An exception is raised
in ansible if this block is reached during the execution of the module

    TypeError: fail_json() takes exactly 1 argument (2 given)

With the 'msg=' added, you get a more informative error. For example

    msg: No settings provided to update_domain().
10 years ago
Matt Martz 392ca3f343 Add PTR record support to rax_dns_record 10 years ago
Matt Martz 5a278022df Add notes to rax_dns and rax_dns_record to recommend using serial: 1 10 years ago
Matt Martz 61ace3a03c rax modules improvements
* Catch issues with invalid regions
* Ensure we send string only data as meta values in the rax module
* Add public_key/lookup example for rax_keypair
* Clean up import statements
11 years ago
Matt Martz aaf766595b Use PluginLoader for module docs fragments 11 years ago
Matt Martz 681c5aea3a Add support for shared module documentation fragments 11 years ago
Matt Martz b82ccee78c Remove errant raise 11 years ago
Matt Martz ecee2f4537 Add state attribute to description 11 years ago
Matt Martz 40d9318afb Initial commit of rax_dns module 11 years ago