Wed, 14 Jun 2017 21:47:40 -0400
empty inventory
--- 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