modify
This commit is contained in:
14
play_ansible/inv_plugin/ansible.cfg
Executable file
14
play_ansible/inv_plugin/ansible.cfg
Executable file
@@ -0,0 +1,14 @@
|
||||
[defaults]
|
||||
|
||||
#inventory = /home/user06/hosts
|
||||
inventory = ./test.py
|
||||
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S on {host}
|
||||
private_key_file = /home/jonnybravo/.ssh/ansible-test
|
||||
gathering = smart
|
||||
fact_caching = yaml
|
||||
fact_caching_timeout = 3600
|
||||
fact_caching_connection = fact
|
||||
library = lib
|
||||
lookup_plugins = lookup
|
||||
|
||||
filter_plugins = ./filter
|
||||
Reference in New Issue
Block a user