|
|
@ -32,7 +32,8 @@ options:
|
|
|
|
ip_address:
|
|
|
|
ip_address:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Public IP address. Required if C(state=absent)
|
|
|
|
- Public IP address. Required if C(state=absent)
|
|
|
|
required: true
|
|
|
|
required: false
|
|
|
|
|
|
|
|
default: null
|
|
|
|
domain:
|
|
|
|
domain:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Domain the IP address is related to.
|
|
|
|
- Domain the IP address is related to.
|
|
|
@ -73,7 +74,7 @@ EXAMPLES = '''
|
|
|
|
module: cs_ip_address
|
|
|
|
module: cs_ip_address
|
|
|
|
network: My Network
|
|
|
|
network: My Network
|
|
|
|
register: ip_address
|
|
|
|
register: ip_address
|
|
|
|
when: create_instance|changed
|
|
|
|
when: instance.public_ip is undefined
|
|
|
|
|
|
|
|
|
|
|
|
# Disassociate an IP address
|
|
|
|
# Disassociate an IP address
|
|
|
|
- local_action:
|
|
|
|
- local_action:
|
|
|
|