+ pma for apache with auth and hand made change granted permissions + wp-cli + www-domain alias for apache and revers redirect for that
9 lines
251 B
YAML
9 lines
251 B
YAML
apache__dependent_vhosts:
|
|
- name: 'pma.{{ apache__default_vhost_name[0] }}'
|
|
filename: 'pma'
|
|
root: '/var/www/phpmyadmin'
|
|
root_directives: |-
|
|
AuthType Basic
|
|
AuthName "Authorization"
|
|
AuthUserFile passwords.d/pma.passwords
|