1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-11-10 02:01:41 +01:00
infrastructure/playbooks/wiki.archlinux.org.yml

22 lines
654 B
YAML
Raw Normal View History

- name: Setup wiki.archlinux.org
hosts: wiki.archlinux.org
remote_user: root
roles:
2021-07-05 22:37:48 +02:00
- { role: firewalld }
- { role: wireguard }
- { role: common }
- { role: sshd }
- { role: root_ssh }
- { role: borg_client, tags: ["borg"] }
- { role: certbot }
- { role: nginx }
- { role: postfix_null }
- { role: mariadb }
- { role: sudo }
- { role: php_fpm, php_extensions: ['bcmath', 'curl', 'gd', 'iconv', 'intl', 'mysqli', 'sockets', 'zip'], zend_extensions: ['opcache'] }
- { role: memcached }
- { role: archwiki }
- { role: fail2ban }
- { role: prometheus_exporters }
2021-02-26 22:14:05 +01:00
- { role: promtail }