2022-08-23 04:49:23 +02:00
|
|
|
- name: Common playbook for archive-mirrors
|
2019-11-18 03:05:18 +01:00
|
|
|
hosts: archive_mirrors
|
2019-10-25 05:51:34 +02:00
|
|
|
remote_user: root
|
|
|
|
roles:
|
|
|
|
- { role: common }
|
2020-12-03 19:45:42 +01:00
|
|
|
- { role: firewalld }
|
2021-07-06 19:47:22 +02:00
|
|
|
- { role: wireguard }
|
2020-12-03 19:45:42 +01:00
|
|
|
- { role: hardening }
|
2019-10-25 05:51:34 +02:00
|
|
|
- { role: sshd }
|
|
|
|
- { role: root_ssh }
|
|
|
|
- { role: certbot }
|
|
|
|
- { role: nginx }
|
2022-09-25 02:33:30 +02:00
|
|
|
- { role: mirrorsync }
|
2020-12-12 14:53:02 +01:00
|
|
|
- { role: archive_web }
|
2020-12-14 20:20:50 +01:00
|
|
|
- { role: prometheus_exporters }
|
2021-02-26 22:14:05 +01:00
|
|
|
- { role: promtail }
|