Fix some more names

This commit is contained in:
Kevin Fenzi 2014-12-05 16:09:33 +00:00
parent 014d156b3b
commit 5baac0feac
2 changed files with 3 additions and 2 deletions

View file

@ -50,6 +50,7 @@
- include: /srv/web/infra/ansible/playbooks/groups/lockbox.yml
- include: /srv/web/infra/ansible/playbooks/groups/mailman.yml
- include: /srv/web/infra/ansible/playbooks/groups/mirrorlist.yml
- include: /srv/web/infra/ansible/playbooks/groups/mirrormanager.yml
- include: /srv/web/infra/ansible/playbooks/groups/memcached.yml
- include: /srv/web/infra/ansible/playbooks/groups/noc.yml
- include: /srv/web/infra/ansible/playbooks/groups/notifs-backend.yml

View file

@ -1,5 +1,5 @@
- name: make the servers
hosts: mirrormanager2-stg
hosts: mm-stg
user: root
gather_facts: False
@ -15,7 +15,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: make the boxen be real for real
hosts: mirrormanager2-stg
hosts: mm-stg
user: root
gather_facts: True