mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix some copyrights, fix a misc test.
This commit is contained in:
parent
533fb21586
commit
2629cd3fce
7 changed files with 25 additions and 12 deletions
|
@ -132,6 +132,13 @@ filter_plugins = /usr/share/ansible_plugins/filter_plugins
|
|||
# avoid issues.
|
||||
#http_user_agent = ansible-agent
|
||||
|
||||
# if set to a persistant type (not 'memory', for example 'redis') fact values
|
||||
# from previous runs in Ansible will be stored. This may be useful when
|
||||
# wanting to use, for example, IP information from one group of servers
|
||||
# without having to talk to them in the same playbook run to get their
|
||||
# current IP information.
|
||||
fact_caching = memory
|
||||
|
||||
[paramiko_connection]
|
||||
|
||||
# uncomment this line to cause the paramiko connection plugin to not record new host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue