Skip to content
Snippets Groups Projects
Commit 69a91b05 authored by Bartłomiej Piotrowski's avatar Bartłomiej Piotrowski
Browse files

mirrors: drop reduntant tags

parent 6cdc4c4d
No related branches found
No related tags found
No related merge requests found
......@@ -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'] }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment