git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d75337d
)
fix role dir and use xenial
author
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 12 Feb 2017 21:21:01 +0000
(13:21 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 12 Feb 2017 21:21:01 +0000
(13:21 -0800)
ch12/packer/web.json
patch
|
blob
|
history
diff --git
a/ch12/packer/web.json
b/ch12/packer/web.json
index
41f08ab
..
90e67a9
100644
(file)
--- a/
ch12/packer/web.json
+++ b/
ch12/packer/web.json
@@
-3,7
+3,7
@@
{
"type": "amazon-ebs",
"region": "us-west-1",
- "source_ami": "ami-
50120b15
",
+ "source_ami": "ami-
79df8219
",
"instance_type": "t2.micro",
"ssh_username": "ubuntu",
"ami_name": "web-nginx-{{timestamp}}",
@@
-25,7
+25,7
@@
"type": "ansible-local",
"playbook_file": "web-ami.yml",
"role_paths": [
- "
/Users/lorinhochstein/dev/ansiblebook/ch12
/playbooks/roles/web"
+ "
..
/playbooks/roles/web"
]
}
]