mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Various small fixes for f5 ansible modules (#49492)
This commit is contained in:
parent
6200d32c0d
commit
138690519d
10 changed files with 148 additions and 184 deletions
|
@ -140,6 +140,7 @@ options:
|
|||
choices:
|
||||
- reboot
|
||||
- restart-all
|
||||
- failover
|
||||
version_added: 2.8
|
||||
sflow_poll_interval:
|
||||
description:
|
||||
|
@ -914,7 +915,7 @@ class ArgumentSpec(object):
|
|||
fail_safe=dict(type='bool'),
|
||||
fail_safe_timeout=dict(type='int'),
|
||||
fail_safe_action=dict(
|
||||
choices=['reboot', 'restart-all']
|
||||
choices=['reboot', 'restart-all', 'failover']
|
||||
),
|
||||
sflow_poll_interval=dict(type='int'),
|
||||
sflow_sampling_rate=dict(type='int'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue