From c90509dc9f009f5e271a1ebf6bdf9e87fa564422 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 28 Apr 2015 11:12:34 -0700 Subject: [PATCH] doc formatting --- .../extras/cloud/cloudstack/cs_securitygroup_rule.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_securitygroup_rule.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_securitygroup_rule.py index a170230acac..709a9b562b3 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_securitygroup_rule.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_securitygroup_rule.py @@ -53,28 +53,28 @@ options: - CIDR (full notation) to be used for security group rule. required: false default: '0.0.0.0/0' - user_security_group + user_security_group: description: - Security group this rule is based of. required: false default: null - start_port + start_port: description: - Start port for this rule. Required if C(protocol=tcp) or C(protocol=udp). required: false default: null aliases: [ 'port' ] - end_port + end_port: description: - End port for this rule. Required if C(protocol=tcp) or C(protocol=udp), but C(start_port) will be used if not set. required: false default: null - icmp_type + icmp_type: description: - Type of the icmp message being sent. Required if C(protocol=icmp). required: false default: null - icmp_code + icmp_code: description: - Error code for this icmp message. Required if C(protocol=icmp). required: false