mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07: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:
parent
2cd8a3a9a3
commit
585d8cf4c7
8 changed files with 779 additions and 33 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue