packweb-apache: Ability to deactivate modsec/modevasive #71

Open
opened 2019-07-08 17:34:05 +02:00 by benpro · 0 comments
Contributor
- name: Ensure Apache modules configs are enabled
  command: "a2enconf {{ item }}"
  register: command_result
  changed_when: "'Enabling' in command_result.stderr"
  with_items:
  - evolinux-evasive
  - evolinux-modsec

A variable should be added to enable or disable these mods.

``` - name: Ensure Apache modules configs are enabled command: "a2enconf {{ item }}" register: command_result changed_when: "'Enabling' in command_result.stderr" with_items: - evolinux-evasive - evolinux-modsec ``` A variable should be added to enable or disable these mods.
benpro added the
enhancement
label 2019-07-08 17:34:05 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: evolix/ansible-roles#71
No description provided.