|
|
@ -23,16 +23,15 @@ DOCUMENTATION = '''
|
|
|
|
module: cs_ip_address
|
|
|
|
module: cs_ip_address
|
|
|
|
short_description: Manages Public/Secondary IP address associations
|
|
|
|
short_description: Manages Public/Secondary IP address associations
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Acquires and associates a public IP to an account. Due to API limitations,
|
|
|
|
- Acquires and associates a public IP to an account or project. Due to API
|
|
|
|
- this is not an idempotent call, so be sure to only conditionally call this
|
|
|
|
limitations this is not an idempotent call, so be sure to only
|
|
|
|
- when C(state=present)
|
|
|
|
conditionally call this when C(state=present)
|
|
|
|
version_added: '2.0'
|
|
|
|
version_added: '2.0'
|
|
|
|
author: "Darren Worrall @dazworrall"
|
|
|
|
author: "Darren Worrall @dazworrall"
|
|
|
|
options:
|
|
|
|
options:
|
|
|
|
ip_address:
|
|
|
|
ip_address:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Public IP address.
|
|
|
|
- Public IP address. Required if C(state=absent)
|
|
|
|
- Required if C(state=absent)
|
|
|
|
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
domain:
|
|
|
|
domain:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|