forked from forem/selfhost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathansible.cfg
More file actions
23 lines (21 loc) · 711 Bytes
/
ansible.cfg
File metadata and controls
23 lines (21 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[defaults]
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
become_flags=-H -S
bin_ansible_callbacks = False
deprecation_warnings = False
gathering = smart
host_key_checking = False
nocows = 1
remote_user = core
retry_files_enabled = False
roles_path = ./roles/
vault_password_file = ~/.config/forem/selfhost_ansible_vault_password
stdout_callback = yaml
timeout = 240
[inventory]
enable_plugins = amazon.aws.aws_ec2, community.digitalocean.digitalocean, gcp_compute, ini, host_list, script, yaml
[ssh_connection]
control_path = ~/.ssh/ansible-%%r@%%h:%%p
pipelining = True
scp_if_ssh = True
ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ForwardAgent=yes