mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 07:24:00 -07:00
doc style adjustments: modules p* (#10463)
* doc style adjustments: modules p* * Update plugins/modules/pacemaker_resource.py * Update plugins/modules/pagerduty_alert.py * Update plugins/modules/pear.py * Update plugins/modules/portage.py * reformat * adjustment from review * Update plugins/modules/pkg5_publisher.py Co-authored-by: Peter Oliver <github.com@mavit.org.uk> --------- Co-authored-by: Peter Oliver <github.com@mavit.org.uk>
This commit is contained in:
parent
b458ee85ce
commit
d288555fd9
30 changed files with 161 additions and 155 deletions
|
@ -111,9 +111,9 @@ options:
|
|||
state:
|
||||
description:
|
||||
- Desired state of the device.
|
||||
- If set to V(present) (the default), the module call will return immediately after the device-creating HTTP request
|
||||
successfully returns.
|
||||
- If set to V(active), the module call will block until all the specified devices are in state active due to the Packet
|
||||
- If set to V(present) (the default), the module call returns immediately after the device-creating HTTP request successfully
|
||||
returns.
|
||||
- If set to V(active), the module call blocks until all the specified devices are in state active due to the Packet
|
||||
API, or until O(wait_timeout).
|
||||
choices: [present, absent, active, inactive, rebooted]
|
||||
default: present
|
||||
|
@ -127,16 +127,16 @@ options:
|
|||
wait_for_public_IPv:
|
||||
description:
|
||||
- Whether to wait for the instance to be assigned a public IPv4/IPv6 address.
|
||||
- If set to 4, it will wait until IPv4 is assigned to the instance.
|
||||
- If set to 6, wait until public IPv6 is assigned to the instance.
|
||||
- If set to V(4), it waits until IPv4 is assigned to the instance.
|
||||
- If set to V(6), it waits until public IPv6 is assigned to the instance.
|
||||
choices: [4, 6]
|
||||
type: int
|
||||
|
||||
wait_timeout:
|
||||
description:
|
||||
- How long (seconds) to wait either for automatic IP address assignment, or for the device to reach the V(active) state.
|
||||
- If O(wait_for_public_IPv) is set and O(state=active), the module will wait for both events consequently, applying
|
||||
the timeout twice.
|
||||
- If O(wait_for_public_IPv) is set and O(state=active), the module waits for both events consequently, applying the
|
||||
timeout twice.
|
||||
default: 900
|
||||
type: int
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue