mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-22 20:10:18 +00:00
Merge branch 'apache2-mods-yml' of thunix/ansible into master
This commit is contained in:
6
roles/shell/tasks/apache2-mods.yml
Normal file
6
roles/shell/tasks/apache2-mods.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Enable or disable apache2 mods
|
||||||
|
---
|
||||||
|
- name: userdir
|
||||||
|
apache2_module:
|
||||||
|
name: userdir
|
||||||
|
state: present
|
||||||
@@ -3,3 +3,4 @@
|
|||||||
|
|
||||||
- include: packages.yml
|
- include: packages.yml
|
||||||
- include: users.yml
|
- include: users.yml
|
||||||
|
- include: apache2-mods.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user