diff --git a/playbooks/groups/batcave.yml b/playbooks/groups/batcave.yml index 559c70902b..300dd53b9b 100644 --- a/playbooks/groups/batcave.yml +++ b/playbooks/groups/batcave.yml @@ -1,7 +1,7 @@ -- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=lockbox" +- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=batcave" - name: make the box be real - hosts: lockbox + hosts: batcave user: root gather_facts: True @@ -29,8 +29,8 @@ handlers: - include: "{{ handlers }}/restart_services.yml" -- name: configure lockbox - hosts: lockbox +- name: configure batcave + hosts: batcave user: root gather_facts: True