update..
This commit is contained in:
14
ansible.cfg
14
ansible.cfg
@ -10,7 +10,19 @@
|
||||
|
||||
|
||||
[defaults]
|
||||
ansible_managed = *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
|
||||
ansible_managed = *** [ Ansible managed file: DO NOT EDIT DIRECTLY ] ***
|
||||
|
||||
# Use of 'ansible_managed'
|
||||
#
|
||||
# + use with filter 'comment' - WITHOUT leading comment sign:
|
||||
#
|
||||
# {{ ansible_managed | comment }}
|
||||
#
|
||||
#
|
||||
# + use without filter 'comment' - WITH leading comment sign:
|
||||
#
|
||||
# # {{ ansible_managed }}
|
||||
|
||||
#gathering = smart
|
||||
#fact_caching = jsonfile
|
||||
#fact_caching_connection = ~/.cache/
|
||||
|
Reference in New Issue
Block a user