From: Lorin Hochstein Date: Sun, 12 Feb 2017 22:17:19 +0000 (-0800) Subject: Set host to default X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=b3d97194b2de6a0bb7704dbcf793205238d63cf6;p=ansiblebook.git Set host to default --- diff --git a/ch12/playbooks/web-ami.yml b/ch12/playbooks/web-ami.yml index 53d0af5..28ce168 100644 --- a/ch12/playbooks/web-ami.yml +++ b/ch12/playbooks/web-ami.yml @@ -1,6 +1,6 @@ --- - name: configure a webserver as an ami - hosts: localhost + hosts: default become: True roles: - web