refractor shell role

This commit is contained in:
fosslinux
2020-01-20 12:11:44 +11:00
parent 3c6f0ab771
commit fdde9674f1
8 changed files with 202 additions and 192 deletions

View File

@@ -1,14 +1,17 @@
# Enable or disable apache2 mods
---
- name: userdir
- name: Enable userdir apache module
apache2_module:
name: userdir
state: present
- name: ssl
- name: Enable ssl apache module
apache2_module:
name: ssl
state: present
- name: php7.0
- name: Enable php7.0 apache module
apache2_module:
name: php7.0
state: present