added anssible.cnf

This commit is contained in:
mpavlov
2024-09-27 22:44:33 +03:00
parent 18bee8afa2
commit 21257cd521

6
ansible.cfg Normal file
View File

@@ -0,0 +1,6 @@
[defaults]
hostfile = hosts.ini
log_path = ansible-log.log
host_key_checking = false
interpreter_python = /usr/bin/python3
forks = 30