Various small fixes for f5 ansible modules (#49492)

This commit is contained in:
Tim Rupp 2018-12-04 11:15:49 -08:00 committed by GitHub
commit 138690519d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 148 additions and 184 deletions

View file

@ -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'),