22 lines
684 B
INI
22 lines
684 B
INI
[defaults]
|
|
|
|
# some basic default values...
|
|
inventory = inventory
|
|
sudo_user = root
|
|
remote_user = miker
|
|
private_key_file = $HOME/.ssh/id_rsa
|
|
interpreter_python=auto_silent
|
|
|
|
# plays will gather facts by default, which contain information about
|
|
# the remote system.
|
|
#
|
|
# smart - gather by default, but don't regather if already gathered
|
|
# implicit - gather by default, turn off with gather_facts: False
|
|
# explicit - do not gather by default, must say gather_facts: True
|
|
gathering = smart
|
|
|
|
# uncomment this to disable SSH key host checking (fingerprint)
|
|
host_key_checking = False
|
|
|
|
# This stop the warning message in the console for unused commands.
|
|
deprecation_warning = False |