Initial commit
This commit is contained in:
29
ansible.cfg
Normal file
29
ansible.cfg
Normal 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
|
||||
Reference in New Issue
Block a user