1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 18:31:59 +02:00

playbooks/wiki: Created a playbook for wiki.archlinux.org

Created a playbook for the new wiki.archlinux.org machine, based on the apollo
playbook. Removed from php_fpm the unneded modules.
This commit is contained in:
Giancarlo Razzolini 2020-12-21 16:38:24 -03:00
parent 18a9fa931e
commit 381f808c71
No known key found for this signature in database
GPG Key ID: F22FB1D78A77AEAB

@ -0,0 +1,21 @@
---
- name: setup wiki.archlinux.org
hosts: wiki.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: sshd }
- { role: root_ssh }
- { role: borg_client, tags: ["borg"] }
- { role: certbot }
- { role: nginx }
- { role: postfix, postfix_relayhost: "mail.archlinux.org" }
- { role: mariadb, mariadb_query_cache_type: '0', mariadb_innodb_file_per_table: True }
- { 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 }