Private
Public Access
2
0

First commit

This commit is contained in:
2026-01-07 14:27:55 +03:00
commit 0ffc9385c3
47 changed files with 11658 additions and 0 deletions

18
ansible/vars.yml Normal file
View File

@@ -0,0 +1,18 @@
vault:
ca:
passphrase: "plopplop"
consul:
secret_key: "MZu7pu72IxVkGzSjkB0ZGd+RTp5n34ByxOoxB+BKaSc="
waf:
sites:
- name: "test"
site: "test.lab"
paths:
- addrs:
- "http://www1"
- "http://www2"
- "http://www3"
custom_cert: true
custom_cert_file: "/etc/ssl/certs/local.crt"
custom_key_file: "/etc/ssl/private/local.key"