This commit is contained in:
apavlov
2024-06-23 01:05:03 +03:00
commit 9379899326
7 changed files with 164 additions and 0 deletions

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