From 4afa09460936a518bea26422ded87ac4fbcc3177 Mon Sep 17 00:00:00 2001 From: donotos Date: Thu, 19 Feb 2026 19:27:25 +0100 Subject: [PATCH] add ansible.cfg --- ansible.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..b073f41 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,6 @@ +[defaults] +host_key_checking = False +retry_files_enabled = False +interpreter_python = auto_silent +deprecation_warnings = False +stdout_callback = yaml \ No newline at end of file