2023-11-12 22:16:53 +00:00
|
|
|
# vim: ft=yaml.ansible
|
|
|
|
# code: language=ansible
|
|
|
|
---
|
2023-11-13 20:17:17 +00:00
|
|
|
proxy_data_root: "{{ data_fs }}/proxy"
|
2023-12-22 20:57:19 +00:00
|
|
|
proxy_caddy_version: '2.7.6'
|
|
|
|
|
2023-12-31 17:37:20 +00:00
|
|
|
proxy_environments:
|
|
|
|
- production
|
|
|
|
- staging
|
|
|
|
|
2023-12-22 20:57:19 +00:00
|
|
|
proxy_trusted_subnets:
|
|
|
|
- 192.168.1.0/24
|
|
|
|
- 192.168.8.0/24
|
|
|
|
- 192.168.17.0/24
|
2023-12-31 17:44:25 +00:00
|
|
|
- 192.168.23.0/24
|
2023-11-12 22:16:53 +00:00
|
|
|
|
|
|
|
proxy_vars:
|
|
|
|
production:
|
|
|
|
app01: "{{ hostvars['sapt-labp-app01'] }}"
|
2023-12-25 22:17:36 +00:00
|
|
|
# mda01: "{{ hostvars['sapt-labp-mda01'] }}"
|
2023-11-12 22:16:53 +00:00
|
|
|
staging:
|
|
|
|
app01: "{{ hostvars['sapt-labs-app01'] }}"
|
2023-12-25 22:17:36 +00:00
|
|
|
# mda01: "{{ hostvars['sapt-labs-mda01'] }}"
|
2023-12-29 18:59:58 +00:00
|
|
|
# shared:
|
|
|
|
# mon01: "{{ hostvars['sapt-labr-mon01'] }}"
|