Commit Graph

7 Commits (5a170295ef609e9f3ffb5c94bcadfad85bb2bf68)

Author SHA1 Message Date
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
Matt Martz aaf766595b Use PluginLoader for module docs fragments
Matt Martz 681c5aea3a Add support for shared module documentation fragments
Matt Martz 6dbd7d0d8d Add ansible.module_utils.rax
Matt Thompson cc36bb8e95 Add missing exception name
Christopher H. Laco b414a3af6f Update module based on upstream feedback
- Remove deleted state
- Use dict() instead of raw hash
- Wrap or statements in parens instead of backslash line continuations
- Change instances to networks in module return result
Christopher H. Laco dc30f4c1bf Add rax_network module
Based on the refactor work @sivel is doing, adding a rax_network module
to create/delete networks in the Rackspace Public Cloud.

See: https://github.com/ansible/ansible/issues/4577