ansible conf fix
This commit is contained in:
parent
a8de1ecc4d
commit
6c7f747c96
@ -315,7 +315,7 @@ inventory=./inventory.ini
|
||||
;facts_modules=smart
|
||||
|
||||
# (boolean) Set this to "False" if you want to avoid host key checking by the underlying tools Ansible uses to connect to the host
|
||||
;host_key_checking=True
|
||||
host_key_checking=False
|
||||
|
||||
# (boolean) Facts are available inside the `ansible_facts` variable, this setting also pushes them as their own vars in the main namespace.
|
||||
# Unlike inside the `ansible_facts` dictionary, these will have an `ansible_` prefix.
|
||||
@ -1053,4 +1053,4 @@ ssh_args = -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
|
||||
# Setting this option to C(task) will only run the vars plugin whenever it is demanded by a task.
|
||||
# Setting this option to C(inventory) will only run the vars plugin after parsing inventory.
|
||||
# If this option is omitted, the global I(RUN_VARS_PLUGINS) configuration is used to determine when to execute the vars plugin.
|
||||
;stage=
|
||||
;stage=
|
||||
|
Loading…
x
Reference in New Issue
Block a user