1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-25 08:43:06 +02:00

playbooks/aur-dev: Add aur-dev to the hosts file and add change the playbook for dev

Changed the playbook to add the missing php modules and add the AUR role. Also set the
domain and the git branch variables so the right version of the AUR is installed.
This commit is contained in:
Giancarlo Razzolini 2020-02-06 18:50:19 -03:00
parent 19e1825f22
commit 268af91494
No known key found for this signature in database
GPG Key ID: F22FB1D78A77AEAB
2 changed files with 4 additions and 1 deletions

2
hosts
View File

@ -57,6 +57,7 @@ apollo.archlinux.org
luna.archlinux.org
bbs.archlinux.org
bugs.archlinux.org
aur-dev.archlinux.org
[postgresql_servers]
apollo.archlinux.org
@ -70,6 +71,7 @@ luna.archlinux.org
orion.archlinux.org
bbs.archlinux.org
bugs.archlinux.org
aur-dev.archlinux.org
[buildservers]
dragon.archlinux.org

View File

@ -13,7 +13,8 @@
- { 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'] }
- { role: php-fpm, php_extensions: ['apcu', 'iconv', 'intl', 'mysqli', 'pdo_mysql'], zend_extensions: ['opcache']}
- { role: borg-client, tags: ["borg"] }
- { role: postfix, postfix_relayhost: "orion.archlinux.org" }
- { role: fail2ban }
- { role: aurweb, aurweb_domain: 'aur-dev.archlinux.org', aurweb_version: 'pu' }