This commit is contained in:
lulzette 2021-02-27 15:20:18 +03:00
parent e731e8a865
commit de79bd84c1
2 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,9 @@
name: nginx name: nginx
state: present state: present
- include_tasks: configure.yml - name: configure nginx
include_tasks: configure.yml
- include_tasks: certbot.yml - name: install ssl
include_tasks: certbot.yml
when: ssl when: ssl

View File

@ -4,4 +4,5 @@
name: unzip name: unzip
state: latest state: latest
- include_tasks: pma.yml - name: install PMA
include_tasks: pma.yml