empty inventory

Wed, 14 Jun 2017 21:47:40 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 14 Jun 2017 21:47:40 -0400
changeset 52
bdd6c5938090
parent 51
5af98666f4d4
child 53
4cac9ded1fb8

empty inventory

inventory file | annotate | diff | comparison | revisions
playbook.yml file | annotate | diff | comparison | revisions
--- a/inventory
+++ b/inventory
@@ -1,8 +1,2 @@
 [localhost]
 localhost	ansible_connection=local
-
-[rpi]
-raspberrypi
-
-[devbox:children]
-localhost
--- a/playbook.yml
+++ b/playbook.yml
@@ -1,5 +1,6 @@
 ---
-- hosts: devbox
+- name: Devbox Setup
+  hosts: all
   become: yes
   roles:
     - devbox

mercurial