1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-10 22:56:06 +02:00

mirrors: drop reduntant tags

This commit is contained in:
Bartłomiej Piotrowski 2017-12-07 17:21:51 +01:00
parent 6cdc4c4d6f
commit 69a91b0574

View File

@ -3,12 +3,12 @@
hosts: mirrors
remote_user: root
roles:
- { role: common, tags: ['common'] }
- { role: tools, tags: ['tools'] }
- { role: sshd, tags: ['sshd'] }
- { role: root_ssh, tags: ['root_ssh'] }
- { role: nginx, tags: ["nginx"] }
- { role: syncrepo, tags: ['syncrepo', 'nginx'] }
- { role: archweb, archweb_site: false, archweb_services: false, archweb_mirrorcheck: true, tags: ['archweb'] }
- { role: zabbix-agent, tags: ["zabbix", "zabbix-agent"] }
- { role: arch32_mirror, tags: ['arch32_mirror', 'nginx'] }
- { role: common }
- { role: tools }
- { role: sshd }
- { role: root_ssh }
- { role: nginx }
- { role: syncrepo, tags: ['nginx'] }
- { role: archweb, archweb_site: false, archweb_services: false, archweb_mirrorcheck: true }
- { role: zabbix-agent, tags: ["zabbix"] }
- { role: arch32_mirror, tags: ['nginx'] }