Skip to content

Commit

Permalink
Increase default timeout to avoid privilege escalation timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Mar 19, 2017
1 parent b522ce7 commit 7c97ac6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible.cfg
Expand Up @@ -2,6 +2,8 @@
# ==============================================
[defaults]
forks = 50
# work around privilege escalation timeouts in ansible
timeout = 30
host_key_checking = False
hostfile = inventory.sh
remote_user = cloud-user
Expand Down

0 comments on commit 7c97ac6

Please sign in to comment.