forked from nodejs/build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ansible.cfg
60 lines (49 loc) · 1.71 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
[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
# Documentation: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/ssh_connection.html
[ssh_connection]
# Pass an empty path to ssh so it doesn't read config. We don't need it
# since we have all information available.
ssh_args = -F /dev/null -o ControlMaster=auto -o ControlPersist=60s
transfer_method = scp
# Needed for OpenSSH >=9.0.
scp_extra_args = -O
# Legacy option, replaced by transfer_method.
scp_if_ssh = True
[privilege_escalation]
become_user = root
become_method = sudo
[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: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