-
Notifications
You must be signed in to change notification settings - Fork 0
/
ansible.cfg
36 lines (32 loc) · 1.21 KB
/
ansible.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[defaults]
hostfile = cloud_hosts
library = /usr/share/ansible
remote_tmp = $HOME/.ansible/tmp
pattern = *
forks = 5
poll_interval = 15
sudo_user = root
ask_sudo_pass = False
ask_pass = False
transport = smart
remote_port = 22
sudo_exe = sudo
timeout = 30
remote_user = root
host_key_checking = False
# logging is off by default unless this path is defined
# if so defined, consider logrotate
log_path = ./build.log
hash_behaviour = replace
legacy_playbook_variables = no
jinja2_extensions = jinja2.ext.do,jinja2.ext.i18n
ansible_managed = generated from: {file} and modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
# set plugin path directories here, seperate with colons
action_plugins = /usr/share/ansible_plugins/action_plugins
callback_plugins = /usr/share/ansible_plugins/callback_plugins
connection_plugins = /usr/share/ansible_plugins/connection_plugins
lookup_plugins = /usr/share/ansible_plugins/lookup_plugins
vars_plugins = /usr/share/ansible_plugins/vars_plugins
filter_plugins = /usr/share/ansible_plugins/filter_plugins
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r