Private
Public Access
2
0
This commit is contained in:
2026-01-14 11:03:59 +03:00
parent de92065d22
commit 562f9511db
43 changed files with 619 additions and 422 deletions

27
ansible/vars/common.yml Normal file
View File

@@ -0,0 +1,27 @@
common:
certificates:
country_name: "FR"
locality_name: "Vannes"
organization_name: "iTik"
email_address: "ca@itik.fr"
consul:
domain: "itik.fr"
datacenter: "lab"
sites:
- name: "test"
site: "test.lab"
paths:
- addrs:
- "http://www1"
- "http://www2"
- "http://www3"
custom_cert: true
custom_cert_file: "/etc/ssl/certs/test.lab.crt"
custom_key_file: "/etc/ssl/private/test.lab.key"
# exceptions:
# before_request:
# - 'SecRule REQUEST_URI "@beginsWith /?bin/sh" "id:1,nolog,ctl:ruleRemoveById=932160"'
# - 'SecRule REQUEST_URI "@beginsWith /?bin/sh" "id:2,nolog,ctl:ruleRemoveById=932250"'