Adds bigip_ucs_fetch module (#35113)

This module can be used to download UCS files from a BIG-IP
This commit is contained in:
Tim Rupp 2018-01-19 20:25:47 -08:00 committed by GitHub
commit 585d8cf4c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 779 additions and 33 deletions

View file

@ -34,6 +34,7 @@ f5_provider_spec = {
),
'password': dict(
no_log=True,
aliases=['pass', 'pwd'],
fallback=(env_fallback, ['F5_PASSWORD', 'ANSIBLE_NET_PASSWORD'])
),
'ssh_keyfile': dict(
@ -67,6 +68,7 @@ f5_top_spec = {
'password': dict(
removed_in_version=2.9,
no_log=True,
aliases=['pass', 'pwd'],
fallback=(env_fallback, ['F5_PASSWORD', 'ANSIBLE_NET_PASSWORD'])
),
'validate_certs': dict(