From: Lorin Hochstein Date: Sun, 12 Feb 2017 21:21:01 +0000 (-0800) Subject: fix role dir and use xenial X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=76e4c8bc6f7e540981d7be755d44554e502a275d;p=ansiblebook.git fix role dir and use xenial --- 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" ] } ]