X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=apex%2Fcommon%2Futils.py;h=f418d4298f47915708e52dc05e5fa10da6f0c008;hb=0fc3c2190ad304052d0ec210c94ab3f09e95b71d;hp=b1837b9b2f9604f8351a9151fb4f81ab2c20606c;hpb=75afddf0e4032e4af389c5d85b529704102a77a2;p=apex.git diff --git a/apex/common/utils.py b/apex/common/utils.py index b1837b9b..f418d429 100644 --- a/apex/common/utils.py +++ b/apex/common/utils.py @@ -76,7 +76,8 @@ def run_ansible(ansible_vars, playbook, host='localhost', user='root', else: conn_type = 'smart' ansible_command = ['ansible-playbook', '--become', '-i', inv_host, - '-u', user, '-c', conn_type, playbook, '-vv'] + '-u', user, '-c', conn_type, '-T', '30', + playbook, '-vv'] if dry_run: ansible_command.append('--check')