12 lines
482 B
YAML
12 lines
482 B
YAML
- hosts: dtap-portal
|
|
roles:
|
|
- { role: di-apt, tags: ['di-common', 'di-apt'] }
|
|
- { role: mysql, tags: ['mysql'] }
|
|
- { role: php-sury-apt, tags: ['php', 'php-core', 'php-apt'] }
|
|
- { role: php, tags: ['php', 'php-core'] }
|
|
- { role: imagemagick, tags: ['imagemagick'] }
|
|
- { role: dtap-portal, tags: ['dtap-portal'] }
|
|
- { role: di-logrotate, tags: ['di-logrotate'] }
|
|
- { role: di-locale, tags: ['di-locale'] }
|
|
- { role: postfix, tags: ['postfix'] }
|