Files
homedungeon.xyz/ansible.cfg
2026-01-26 23:13:34 +04:00

30 lines
703 B
INI

[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