don't use 'all' hostgroup

Sun, 20 Mar 2016 11:07:35 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 20 Mar 2016 11:07:35 -0400
changeset 22
154779435639
parent 21
92716e2eba34
child 23
14ce4f21537e

don't use 'all' hostgroup

inventory file | annotate | diff | comparison | revisions
playbook.yml file | annotate | diff | comparison | revisions
--- a/inventory
+++ b/inventory
@@ -1,3 +1,8 @@
 [localhost]
 localhost	ansible_connection=local
 
+[rpi]
+raspberrypi
+
+[devbox:children]
+localhost
--- a/playbook.yml
+++ b/playbook.yml
@@ -1,5 +1,5 @@
 ---
-- hosts: all
+- hosts: devbox
   roles:
     - devbox
     - user

mercurial