diff --git a/master.yml b/master.yml index 5dc2e684b4..9ecabc1361 100644 --- a/master.yml +++ b/master.yml @@ -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 diff --git a/playbooks/groups/mirrormanager2.yml b/playbooks/groups/mirrormanager.yml similarity index 94% rename from playbooks/groups/mirrormanager2.yml rename to playbooks/groups/mirrormanager.yml index e31d782b20..35da31200f 100644 --- a/playbooks/groups/mirrormanager2.yml +++ b/playbooks/groups/mirrormanager.yml @@ -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