2022-08-23 04:49:23 +02:00
|
|
|
- name: Setup wiki.archlinux.org
|
2020-12-21 20:38:24 +01:00
|
|
|
hosts: wiki.archlinux.org
|
|
|
|
remote_user: root
|
|
|
|
roles:
|
2021-07-05 22:37:48 +02:00
|
|
|
- { role: firewalld }
|
2021-07-06 19:47:22 +02:00
|
|
|
- { role: wireguard }
|
2020-12-21 20:38:24 +01:00
|
|
|
- { role: common }
|
|
|
|
- { role: sshd }
|
|
|
|
- { role: root_ssh }
|
|
|
|
- { role: borg_client, tags: ["borg"] }
|
|
|
|
- { role: certbot }
|
|
|
|
- { role: nginx }
|
2021-07-09 22:29:11 +02:00
|
|
|
- { role: postfix_null }
|
2021-08-18 01:57:42 +02:00
|
|
|
- { role: mariadb }
|
2020-12-21 20:38:24 +01:00
|
|
|
- { role: sudo }
|
2022-01-22 11:43:20 +01:00
|
|
|
- { role: php_fpm, php_extensions: ['bcmath', 'curl', 'gd', 'iconv', 'intl', 'mysqli', 'sockets', 'zip'], zend_extensions: ['opcache'] }
|
2020-12-21 20:38:24 +01:00
|
|
|
- { role: memcached }
|
|
|
|
- { role: archwiki }
|
|
|
|
- { role: fail2ban }
|
|
|
|
- { role: prometheus_exporters }
|
2021-02-26 22:14:05 +01:00
|
|
|
- { role: promtail }
|