forked from nodejs/build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ansible.cfg
64 lines (50 loc) · 1.77 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[defaults]
filter_plugins = ansible/plugins/filter
gathering = explicit
host_key_checking = False
inventory = ansible/plugins/inventory/nodejs_yaml.py
library = ansible/plugins/library
remote_user = root
retry_files_enabled = False
roles_path = ansible/roles
squash_actions = apk
# Pass an empty path to ssh so it doesn't read config. We don't need it
# since we have all information available.
[ssh_connection]
ssh_args = -F /dev/null -o ControlMaster=auto -o ControlPersist=60s
scp_if_ssh = True
[privilege_escalation]
become_user = root
become_method = sudo
[hosts:requireio]
ansible_ssh_common_args = -o ProxyCommand='ssh -i {{ ansible_ssh_private_key_file }} -p 2222 [email protected] nc -q0 %h %p'
become_method = sudo
ansible_python_interpreter = /usr/bin/python3
[hosts:smartos]
ansible_python_interpreter = /opt/local/bin/python
[hosts:freebsd]
ansible_python_interpreter = /usr/local/bin/python3
[hosts:fedora32]
ansible_python_interpreter = /usr/bin/python3
[hosts:fedora34]
ansible_python_interpreter = /usr/bin/python3
[hosts:ibm]
become_method = sudo
[hosts:iinthecloud]
ansible_become = false
ansible_python_interpreter = /QOpenSys/pkgs/bin/python2
ansible_shell_executable = /QOpenSys/pkgs/bin/bash
[hosts:rzkh]
ansible_become = false
ansible_python_interpreter = /QOpenSys/pkgs/bin/python2
ansible_shell_executable = /QOpenSys/pkgs/bin/bash
[hosts:marist]
ansible_become = false
ansible_ssh_transfer_method = sftp
home = /u
[hosts:win]
ansible_become = false
ansible_connection = winrm
ansible_winrm_server_cert_validation = ignore
[hosts:macos]
home = /Users