From 1ce24aeae65674d4894c72408e64ab5c59d0da7b Mon Sep 17 00:00:00 2001 From: cbeinhart Date: Wed, 29 Apr 2026 16:34:21 +0000 Subject: [PATCH] Add ansible.cfg --- ansible.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..7b169fc --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,4 @@ +[defaults] +inventory = ./inventory/hosts.yml +host_key_checking = False +remote_user = debian \ No newline at end of file