# HG changeset patch # User Meredith Howard # Date 1497491260 14400 # Node ID bdd6c593809070115b69971e1a4ddda45b5861a5 # Parent 5af98666f4d40ac1ca7dbbf1f5a7a65f6866a982 empty inventory diff --git a/inventory b/inventory --- a/inventory +++ b/inventory @@ -1,8 +1,2 @@ [localhost] localhost ansible_connection=local - -[rpi] -raspberrypi - -[devbox:children] -localhost diff --git a/playbook.yml b/playbook.yml --- a/playbook.yml +++ b/playbook.yml @@ -1,5 +1,6 @@ --- -- hosts: devbox +- name: Devbox Setup + hosts: all become: yes roles: - devbox