1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-02 08:26:05 +02:00

playbooks/aur-dev: Initial playbook for aur-dev.archlinux.org

Initial playbook for AUR dev
This commit is contained in:
Giancarlo Razzolini 2019-12-25 18:38:19 -03:00
parent ece4a52f7e
commit 28bfa799e5
No known key found for this signature in database
GPG Key ID: F22FB1D78A77AEAB

View File

@ -0,0 +1,19 @@
---
- name: setup aur-dev.archlinux.org
hosts: aur-dev.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: sshd }
- { role: root_ssh }
- { role: certbot }
- { role: nginx }
- { role: mariadb, mariadb_innodb_buffer_pool_size: '64M', mariadb_table_open_cache: '256', mariadb_query_cache_type: '0',
mariadb_innodb_file_per_table: True }
- { role: sudo }
- { role: php-fpm, php_extensions: ['apcu', 'iconv', 'intl', 'mysqli'], zend_extensions: ['opcache'], tags: ["php-fpm"] }
- { role: borg-client, tags: ["borg"] }
- { role: postfix, tags: ["postfix"], postfix_relayhost: "orion.archlinux.org" }
- { role: fail2ban, tags: ["fail2ban"] }