From 76e4c8bc6f7e540981d7be755d44554e502a275d Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 12 Feb 2017 13:21:01 -0800 Subject: [PATCH] fix role dir and use xenial --- ch12/packer/web.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch12/packer/web.json b/ch12/packer/web.json index 41f08ab..90e67a9 100644 --- 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" ] } ] -- 2.44.0