WIP
This commit is contained in:
27
ansible/vars/common.yml
Normal file
27
ansible/vars/common.yml
Normal 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"'
|
||||
Reference in New Issue
Block a user