"builders": [
{
"type": "amazon-ebs",
- "region": "us-east-1",
- "source_ami": "ami-8caa1ce4",
- "instance_type": "t1.micro",
+ "region": "us-west-1",
+ "source_ami": "ami-50120b15",
+ "instance_type": "t2.micro",
"ssh_username": "ubuntu",
"ami_name": "web-nginx-{{timestamp}}",
"tags": {
"type": "ansible-local",
"playbook_file": "web-ami.yml",
"role_paths": [
- "/Users/lorinhochstein/dev/oreilly-ansible/playbooks/roles/web"
+ "/Users/lorinhochstein/dev/ansiblebook/ch12/playbooks/roles/web"
]
}
]
-}
\ No newline at end of file
+}