Adding pause before ansible provisionning for Seth

This commit is contained in:
Philippe Caseiro 2021-03-29 10:33:09 +02:00
parent 16b617fcee
commit 06318f78bd
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@
"expect_disconnect": true
},
{
"pause_before":"30s",
"type": "ansible",
"playbook_file": "{{ user `eole_playbooks` }}/{{ user `module_name` }}.yml",
"extra_arguments": [ "--extra-vars", "VM_NAME={{ user `vm_name` }} HTTP_PROXY={{ user `HTTP_PROXY` }} HTTPS_PROXY={{ user `HTTPS_PROXY` }} http_proxy={{ user `http_proxy` }} https_proxy={{ user `https_proxy` }}"]