diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-01 00:36:31 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-01 00:36:31 -0500 |
commit | 3b818dc0b9c415124a6c16a85e757e45ebed7249 (patch) | |
tree | c0eb1b58c9fc8362b72136f17861e81c08bbf773 /ansible.cfg | |
download | oldinfra-3b818dc0b9c415124a6c16a85e757e45ebed7249.tar.gz oldinfra-3b818dc0b9c415124a6c16a85e757e45ebed7249.zip |
initial common setup
Diffstat (limited to 'ansible.cfg')
-rw-r--r-- | ansible.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..dcb0621 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,3 @@ +[defaults] +inventory = inventory +host_key_checking = False |