-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathansible.cfg
More file actions
25 lines (22 loc) · 954 Bytes
/
Copy pathansible.cfg
File metadata and controls
25 lines (22 loc) · 954 Bytes
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
[defaults]
host_key_checking = False
# Give slow remote connections more time before timing out (default is 10s).
timeout = 30
remote_user = nb
retry_files_enabled = False
inventory = /srv/newsblur/ansible/inventories/digital_ocean.ini, /srv/newsblur/ansible/inventories/digital_ocean.yml, /srv/newsblur/ansible/inventories/hetzner.ini, /srv/newsblur/ansible/inventories/hetzner.yml
private_key_file = /srv/secrets-newsblur/keys/docker.key
remote_tmp = ~/.ansible/tmp
forks = 20
interpreter_python = python3
stdout_callback = debug
[inventory]
enable_plugins = ini, constructed
[connection]
pipelining = True
[ssh_connection]
# Retry establishing the SSH connection this many times before marking a host
# UNREACHABLE, so a transient connection timeout on one or two servers no longer
# fails the whole deploy. This covers connection-level failures (the common case);
# it does NOT re-run a host that connected but failed a task mid-play.
retries = 3