increase ssh timeout for ansible

This commit is contained in:
Jakub Sokołowski 2018-09-03 13:07:39 -04:00
parent 6efff56d9e
commit 777f6de1f1
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[defaults]
forks = 50
timeout = 30
inventory = ./ansible/terraform.py
remote_user = admin
host_key_checking = false