cloudstack: doc fixes

This commit is contained in:
Rene Moser 2015-05-05 15:32:06 +02:00
parent 2690f096a4
commit 1e744a885a
7 changed files with 15 additions and 8 deletions

View file

@ -22,7 +22,8 @@ DOCUMENTATION = '''
---
module: cs_affinitygroup
short_description: Manages affinity groups on Apache CloudStack based clouds.
description: Create and remove affinity groups.
description:
- Create and remove affinity groups.
version_added: '2.0'
author: René Moser
options:

View file

@ -21,7 +21,8 @@
DOCUMENTATION = '''
module: cs_firewall
short_description: Manages firewall rules on Apache CloudStack based clouds.
description: Creates and removes firewall rules.
description:
- Creates and removes firewall rules.
version_added: '2.0'
author: René Moser
options:

View file

@ -22,7 +22,8 @@ DOCUMENTATION = '''
---
module: cs_iso
short_description: Manages ISOs images on Apache CloudStack based clouds.
description: Register and remove ISO images.
description:
- Register and remove ISO images.
version_added: '2.0'
author: René Moser
options:

View file

@ -19,9 +19,11 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
DOCUMENTATION = '''
---
module: cs_securitygroup
short_description: Manages security groups on Apache CloudStack based clouds.
description: Create and remove security groups.
description:
- Create and remove security groups.
version_added: '2.0'
author: René Moser
options:

View file

@ -22,7 +22,8 @@ DOCUMENTATION = '''
---
module: cs_securitygroup_rule
short_description: Manages security group rules on Apache CloudStack based clouds.
description: Add and remove security group rules.
description:
- Add and remove security group rules.
version_added: '2.0'
author: René Moser
options:

View file

@ -23,8 +23,8 @@ DOCUMENTATION = '''
module: cs_sshkeypair
short_description: Manages SSH keys on Apache CloudStack based clouds.
description:
- If no key was found and no public key was provided and a new SSH
private/public key pair will be created and the private key will be returned.
- If no key was found and no public key was provided and a new SSH
private/public key pair will be created and the private key will be returned.
version_added: '2.0'
author: René Moser
options:

View file

@ -22,7 +22,8 @@ DOCUMENTATION = '''
---
module: cs_vmsnapshot
short_description: Manages VM snapshots on Apache CloudStack based clouds.
description: Create, remove and revert VM from snapshots.
description:
- Create, remove and revert VM from snapshots.
version_added: '2.0'
author: René Moser
options: