Sun, 20 Mar 2016 11:07:35 -0400
don't use 'all' hostgroup
--- 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