From 5e7d772c2b2df94781051d1b6c47fb5761c4940f Mon Sep 17 00:00:00 2001 From: mpavlov Date: Fri, 27 Sep 2024 22:46:41 +0300 Subject: [PATCH] added 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..4e4796a --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,6 @@ +[defaults] +hostfile = hosts.ini +log_path = ansible-log.log +host_key_checking = false +interpreter_python = /usr/bin/python3 +forks = 30 \ No newline at end of file