|
|
@ -14,6 +14,8 @@
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# This is a DOCUMENTATION stub specific to this module, it extends
|
|
|
|
|
|
|
|
# a documentation fragment located in ansible.utils.module_docs_fragments
|
|
|
|
DOCUMENTATION = '''
|
|
|
|
DOCUMENTATION = '''
|
|
|
|
---
|
|
|
|
---
|
|
|
|
module: rax
|
|
|
|
module: rax
|
|
|
@ -129,7 +131,7 @@ options:
|
|
|
|
- how long before wait gives up, in seconds
|
|
|
|
- how long before wait gives up, in seconds
|
|
|
|
default: 300
|
|
|
|
default: 300
|
|
|
|
author: Jesse Keating, Matt Martz
|
|
|
|
author: Jesse Keating, Matt Martz
|
|
|
|
extends_documentation_fragment: RACKSPACE_AND_OPENSTACK
|
|
|
|
extends_documentation_fragment: rackspace.openstack
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
|
|
EXAMPLES = '''
|
|
|
|
EXAMPLES = '''
|
|
|
|