mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 15:43:22 +02:00
16 lines
218 B
Plaintext
16 lines
218 B
Plaintext
![]() |
---
|
||
|
- module: apache
|
||
|
access:
|
||
|
enabled: True
|
||
|
input:
|
||
|
exclude_files:
|
||
|
- '\.[gx]z$'
|
||
|
- '\d+$'
|
||
|
error:
|
||
|
enabled: True
|
||
|
input:
|
||
|
exclude_files:
|
||
|
- '\.[gx]z$'
|
||
|
- '\d+$'
|
||
|
|