This commit is contained in:
Mike McFetridge
2026-07-20 09:23:17 -04:00
parent c1315882da
commit 72272e4006
3179 changed files with 562960 additions and 14 deletions
@@ -0,0 +1,22 @@
[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