Set host_key_checking to False
This commit is contained in:
@@ -332,6 +332,7 @@ enable_task_debugger=True
|
|||||||
# (boolean) Set this to "False" if you want to avoid host key checking by the underlying connection plugin Ansible uses to connect to the host.
|
# (boolean) Set this to "False" if you want to avoid host key checking by the underlying connection plugin Ansible uses to connect to the host.
|
||||||
# Please read the documentation of the specific connection plugin used for details.
|
# Please read the documentation of the specific connection plugin used for details.
|
||||||
;host_key_checking=True
|
;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.
|
# (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 where the prefix `ansible_` is removed from fact names, these will have the exact names that are returned by the module.
|
# Unlike inside the `ansible_facts` dictionary where the prefix `ansible_` is removed from fact names, these will have the exact names that are returned by the module.
|
||||||
|
|||||||
Reference in New Issue
Block a user