Commit eb4012c3 by Stuart Young

parameterize sg for packer builds

parent 35a2eef5
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"ssh_username": "ubuntu", "ssh_username": "ubuntu",
"ami_description": "jenkins worker", "ami_description": "jenkins worker",
"iam_instance_profile": "jenkins-worker", "iam_instance_profile": "jenkins-worker",
"security_group_id": "sg-75af5e18", "security_group_id": "{{env `AWS_SECURITY_GROUP`}}",
"tags": { "tags": {
"delete_or_keep": "{{user `delete_or_keep`}}" "delete_or_keep": "{{user `delete_or_keep`}}"
} }
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"ssh_username": "ubuntu", "ssh_username": "ubuntu",
"ami_description": "jenkins worker android", "ami_description": "jenkins worker android",
"iam_instance_profile": "jenkins-worker", "iam_instance_profile": "jenkins-worker",
"security_group_id": "sg-75af5e18", "security_group_id": "{{env `AWS_SECURITY_GROUP`}}",
"tags": { "tags": {
"delete_or_keep": "{{user `delete_or_keep`}}" "delete_or_keep": "{{user `delete_or_keep`}}"
} }
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"ssh_username": "ubuntu", "ssh_username": "ubuntu",
"ami_description": "jenkins worker loadtest driver", "ami_description": "jenkins worker loadtest driver",
"iam_instance_profile": "jenkins-worker", "iam_instance_profile": "jenkins-worker",
"security_group_id": "sg-75af5e18", "security_group_id": "{{env `AWS_SECURITY_GROUP`}}",
"tags": { "tags": {
"delete_or_keep": "{{user `delete_or_keep`}}" "delete_or_keep": "{{user `delete_or_keep`}}"
} }
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"ssh_username": "ubuntu", "ssh_username": "ubuntu",
"ami_description": "jenkins worker", "ami_description": "jenkins worker",
"iam_instance_profile": "jenkins-worker", "iam_instance_profile": "jenkins-worker",
"security_group_id": "sg-75af5e18", "security_group_id": "{{env `AWS_SECURITY_GROUP`}}",
"tags": { "tags": {
"delete_or_keep": "{{user `delete_or_keep`}}" "delete_or_keep": "{{user `delete_or_keep`}}"
} }
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"ssh_username": "ubuntu", "ssh_username": "ubuntu",
"ami_description": "jenkins worker sitespeedio", "ami_description": "jenkins worker sitespeedio",
"iam_instance_profile": "jenkins-worker", "iam_instance_profile": "jenkins-worker",
"security_group_id": "sg-75af5e18", "security_group_id": "{{env `AWS_SECURITY_GROUP`}}",
"tags": { "tags": {
"delete_or_keep": "{{user `delete_or_keep`}}" "delete_or_keep": "{{user `delete_or_keep`}}"
} }
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"ssh_username": "ubuntu", "ssh_username": "ubuntu",
"ami_description": "webpagetest", "ami_description": "webpagetest",
"iam_instance_profile": "jenkins-worker", "iam_instance_profile": "jenkins-worker",
"security_group_id": "sg-75af5e18" "security_group_id": "{{env `AWS_SECURITY_GROUP`}}"
}], }],
"provisioners": [{ "provisioners": [{
"type": "shell", "type": "shell",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment