commit
d6c97bc880
8 changed files with 6 additions and 8 deletions
|
@ -66,7 +66,7 @@ options:
|
||||||
default: paravirtual
|
default: paravirtual
|
||||||
choices: ["paravirtual", "hvm"]
|
choices: ["paravirtual", "hvm"]
|
||||||
|
|
||||||
author: Lorin Hochstein
|
author: "Ansible Core Team (deprecated)"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -61,7 +61,6 @@ options:
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- aws
|
- aws
|
||||||
- ec2
|
- ec2
|
||||||
author: "Lorin Hochstein (@lorin) <lorin@nimbisservices.com>"
|
|
||||||
author: "Rick Mendes (@rickmendes) <rmendes@illumina.com>"
|
author: "Rick Mendes (@rickmendes) <rmendes@illumina.com>"
|
||||||
notes:
|
notes:
|
||||||
- This module will return C(public_ip) on success, which will contain the
|
- This module will return C(public_ip) on success, which will contain the
|
||||||
|
|
|
@ -146,7 +146,6 @@ options:
|
||||||
requirements: [ "boto" ]
|
requirements: [ "boto" ]
|
||||||
author:
|
author:
|
||||||
- "Lester Wade (@lwade)"
|
- "Lester Wade (@lwade)"
|
||||||
- "Ralph Tice (@ralph-tice)"
|
|
||||||
extends_documentation_fragment: aws
|
extends_documentation_fragment: aws
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -90,7 +90,7 @@ options:
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.6"
|
||||||
- python-keystoneclient
|
- python-keystoneclient
|
||||||
author: "Lorin Hochstein (@lorin)"
|
author: "Ansible Core Team (deprecated)"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -95,7 +95,7 @@ notes:
|
||||||
- This module uses I(psycopg2), a Python PostgreSQL database adapter. You must ensure that psycopg2 is installed on
|
- This module uses I(psycopg2), a Python PostgreSQL database adapter. You must ensure that psycopg2 is installed on
|
||||||
the host before using this module. If the remote host is the PostgreSQL server (which is the default case), then PostgreSQL must also be installed on the remote host. For Ubuntu-based systems, install the C(postgresql), C(libpq-dev), and C(python-psycopg2) packages on the remote host before using this module.
|
the host before using this module. If the remote host is the PostgreSQL server (which is the default case), then PostgreSQL must also be installed on the remote host. For Ubuntu-based systems, install the C(postgresql), C(libpq-dev), and C(python-psycopg2) packages on the remote host before using this module.
|
||||||
requirements: [ psycopg2 ]
|
requirements: [ psycopg2 ]
|
||||||
author: "Lorin Hochstein (@lorin)"
|
author: "Ansible Core Team"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -137,7 +137,7 @@ notes:
|
||||||
to all users. You may not specify password or role_attr_flags when the
|
to all users. You may not specify password or role_attr_flags when the
|
||||||
PUBLIC user is specified.
|
PUBLIC user is specified.
|
||||||
requirements: [ psycopg2 ]
|
requirements: [ psycopg2 ]
|
||||||
author: "Lorin Hochstein (@lorin)"
|
author: "Ansible Core Team"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -82,7 +82,7 @@ options:
|
||||||
version_added: "1.9"
|
version_added: "1.9"
|
||||||
description:
|
description:
|
||||||
- "Adds or removes authorized keys for particular user accounts"
|
- "Adds or removes authorized keys for particular user accounts"
|
||||||
author: "Brad Olson (@bradobro)"
|
author: "Ansible Core Team"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -69,7 +69,7 @@ notes:
|
||||||
- "On Debian, Ubuntu, or Fedora: install I(python-passlib)."
|
- "On Debian, Ubuntu, or Fedora: install I(python-passlib)."
|
||||||
- "On RHEL or CentOS: Enable EPEL, then install I(python-passlib)."
|
- "On RHEL or CentOS: Enable EPEL, then install I(python-passlib)."
|
||||||
requires: [ passlib>=1.6 ]
|
requires: [ passlib>=1.6 ]
|
||||||
author: "Lorin Hochstein (@lorin)"
|
author: "Ansible Core Team"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
Loading…
Reference in a new issue