From 21257cd52146ac9b8b4218b1ea60d611c4ebb5d8 Mon Sep 17 00:00:00 2001 From: mpavlov Date: Fri, 27 Sep 2024 22:44:33 +0300 Subject: [PATCH] added anssible.cnf --- 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