# HG changeset patch # User Meredith Howard # Date 1458486455 14400 # Node ID 1547794356390baf9663b3f315d194c74d31bdbc # Parent 92716e2eba34bc0ba1f583d5f0875a48c6b43c7e don't use 'all' hostgroup diff --git a/inventory b/inventory --- a/inventory +++ b/inventory @@ -1,3 +1,8 @@ [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,5 @@ --- -- hosts: all +- hosts: devbox roles: - devbox - user