mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Adds bigip_ucs_fetch module (#35113)
This module can be used to download UCS files from a BIG-IP
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user