mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
Fix some more names
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user