add some modules, include http2
This commit is contained in:
@@ -70,4 +70,13 @@
|
||||
- name: goaccess
|
||||
import_tasks: goaccess.yml
|
||||
when: apache_use_stats
|
||||
tags: stats
|
||||
tags: stats
|
||||
|
||||
|
||||
- name: enable some modules
|
||||
when: ansible_os_family == 'Debian'
|
||||
tags: modules
|
||||
community.general.apache2_module:
|
||||
state: present
|
||||
name: "{{ item }}"
|
||||
loop: "{{ apache_modules list }}"
|
||||
Reference in New Issue
Block a user