From 2a40ae1970056e1aa0ea6749b9ad42336ba74b47 Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Sun, 1 Feb 2026 12:29:59 +0100 Subject: [PATCH] Added ansible config --- ansible.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..bcedd2b --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,5 @@ +[defaults] +inventory = ./inventory/inventory.yml +host_key_checking = False +interpreter_python = auto_silent +nocows=1 \ No newline at end of file