Initial commit

This commit is contained in:
n.simonov
2026-01-26 23:13:34 +04:00
commit b0ff108a66
10 changed files with 499 additions and 0 deletions

29
ansible.cfg Normal file
View File

@@ -0,0 +1,29 @@
[defaults]
inventory=hosts
roles_path=./roles_galaxy:../roles
collections_path=./collections_galaxy:./collections_galaxy/ansible_collections
log_path=./ansible_apps.log
timeout=30
hash_behaviour = merge
forks=8
#mitogen for ansible2.10+
#strategy_plugins = ~/mitogen/mitogen-0.3.21/ansible_mitogen/plugins/strategy/
#strategy = mitogen_linear
#display_skipped_hosts = False
#display_ok_hosts = False
[privilege_escalation]
become=True
become_method=sudo
become_user=root
become_ask_pass=False
[ssh_connection]
ssh_args=-F ./ssh.cfg -o ControlMaster=auto -o ControlPersist=30s
control_path = /tmp/ansible-%%r@%%h:%%p-%%n
scp_if_ssh=True
[inventory]
enable_plugins = ini
ignore_unknown_plugins = True