summaryrefslogtreecommitdiff
path: root/cloud/amazon
diff options
context:
space:
mode:
authorcameronurnes <cameron@datanyze.com>2016-11-02 16:37:56 -0700
committerBrian Coca <bcoca@users.noreply.github.com>2016-11-02 19:37:56 -0400
commit4e97ff49875dd4b87ec17e6e5b0db788403d18c7 (patch)
tree631518e5c7c44bc1891fcef939e59f9a238e1d05 /cloud/amazon
parentfcea2821851b535d39056b480882f0510423975b (diff)
downloadansible-modules-extras-4e97ff49875dd4b87ec17e6e5b0db788403d18c7.tar.gz
Fix elf and elf_facts documentation formatting (#3348)
* This method breaks the output on the documentation site * Conflicting quotes * Conflicting quotes
Diffstat (limited to 'cloud/amazon')
-rw-r--r--cloud/amazon/efs.py21
-rw-r--r--cloud/amazon/efs_facts.py8
2 files changed, 12 insertions, 17 deletions
diff --git a/cloud/amazon/efs.py b/cloud/amazon/efs.py
index 388a3e8d..565d6ba5 100644
--- a/cloud/amazon/efs.py
+++ b/cloud/amazon/efs.py
@@ -50,26 +50,23 @@ options:
choices: ['general_purpose', 'max_io']
tags:
description:
- - |
- List of tags of Amazon EFS. Should be defined as dictionary
- In case of 'present' state with list of tags and existing EFS (matched by 'name'), tags of EFS will be replaced with provided data.
+ - "List of tags of Amazon EFS. Should be defined as dictionary
+ In case of 'present' state with list of tags and existing EFS (matched by 'name'), tags of EFS will be replaced with provided data."
required: false
default: None
targets:
description:
- - |
- List of mounted targets. It should be a list of dictionaries, every dictionary should include next attributes:
- - subnet_id - Mandatory. The ID of the subnet to add the mount target in.
- - ip_address - Optional. A valid IPv4 address within the address range of the specified subnet.
- - security_groups - Optional. List of security group IDs, of the form "sg-xxxxxxxx". These must be for the same VPC as subnet specified
- This data may be modified for existing EFS using state 'present' and new list of mount targets.
+ - "List of mounted targets. It should be a list of dictionaries, every dictionary should include next attributes:
+ - subnet_id - Mandatory. The ID of the subnet to add the mount target in.
+ - ip_address - Optional. A valid IPv4 address within the address range of the specified subnet.
+ - security_groups - Optional. List of security group IDs, of the form 'sg-xxxxxxxx'. These must be for the same VPC as subnet specified
+ This data may be modified for existing EFS using state 'present' and new list of mount targets."
required: false
default: None
wait:
description:
- - |
- In case of 'present' state should wait for EFS 'available' life cycle state (of course, if current state not 'deleting' or 'deleted')
- In case of 'absent' state should wait for EFS 'deleted' life cycle state
+ - "In case of 'present' state should wait for EFS 'available' life cycle state (of course, if current state not 'deleting' or 'deleted')
+ In case of 'absent' state should wait for EFS 'deleted' life cycle state"
required: false
default: "no"
choices: ["yes", "no"]
diff --git a/cloud/amazon/efs_facts.py b/cloud/amazon/efs_facts.py
index 1720ec5d..3b45e068 100644
--- a/cloud/amazon/efs_facts.py
+++ b/cloud/amazon/efs_facts.py
@@ -37,17 +37,15 @@ options:
default: None
tags:
description:
- - |
- List of tags of Amazon EFS. Should be defined as dictionary
+ - List of tags of Amazon EFS. Should be defined as dictionary
required: false
default: None
targets:
description:
- - |
- List of mounted targets. It should be a list of dictionaries, every dictionary should include next attributes:
+ - "List of mounted targets. It should be a list of dictionaries, every dictionary should include next attributes:
- SubnetId - Mandatory. The ID of the subnet to add the mount target in.
- IpAddress - Optional. A valid IPv4 address within the address range of the specified subnet.
- - SecurityGroups - Optional. List of security group IDs, of the form "sg-xxxxxxxx". These must be for the same VPC as subnet specified.
+ - SecurityGroups - Optional. List of security group IDs, of the form 'sg-xxxxxxxx'. These must be for the same VPC as subnet specified."
required: false
default: None
extends_documentation_fragment: