1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 18:31:59 +02:00
infrastructure/playbooks/wiki.archlinux.org.yml
Giancarlo Razzolini 381f808c71
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.
2020-12-21 16:38:24 -03:00

22 lines
708 B
YAML

---
- 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 }