|
@@ -8,14 +8,15 @@
|
|
"type" : "shell",
|
|
"type" : "shell",
|
|
"inline" : [
|
|
"inline" : [
|
|
"/bin/echo 'Your patience will be rewarded'",
|
|
"/bin/echo 'Your patience will be rewarded'",
|
|
- "sleep 300",
|
|
|
|
|
|
+ "sleep 120",
|
|
"sudo apt-get update",
|
|
"sudo apt-get update",
|
|
"sudo apt-get -y install curl python python-pip"
|
|
"sudo apt-get -y install curl python python-pip"
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"type" : "ansible",
|
|
"type" : "ansible",
|
|
- "playbook_file" : "./ansible/playbook.yml"
|
|
|
|
|
|
+ "playbook_file" : "./ansible/playbook.yml",
|
|
|
|
+ "ansible_env_vars": [ "ANSIBLE_HOST_KEY_CHECKING=False", "ANSIBLE_SSH_ARGS='-o IdentitiesOnly=yes -o ControlMaster=auto -o ControlPersist=60s'", "ANSIBLE_NOCOLOR=True" ]
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"builders": [
|
|
"builders": [
|