+ pma for apache with auth and hand made change granted permissions + wp-cli + www-domain alias for apache and revers redirect for that
7 lines
133 B
YAML
7 lines
133 B
YAML
---
|
|
- name: Update system packages
|
|
hosts: [ 'debian10' ]
|
|
tasks:
|
|
- name: apt update
|
|
shell: apt update && apt upgrade -y
|