Files
ansible/ansible.cfg
Nikita Simonov aef6db74f0 first commit
2026-04-08 19:00:19 +04:00

30 lines
706 B
INI

[defaults]
inventory=inventory
roles_path=./roles_galaxy:../roles
collections_path=./collections_galaxy:./collections_galaxy/ansible_collections
log_path=./ansible_loc.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