ef7c88f64d
- Created `wiki-common.yml` for wiki.cadus.org with DNS settings and git repository configurations. - Added `www-common.yml` for www.oopen.de including SFTP group creation and root user password. - Introduced `zapata-alt-common.yml` for zapata-alt.opp.netz with network interface configurations, Samba user reorganize 'host_vars'
25 lines
491 B
YAML
25 lines
491 B
YAML
---
|
|
# ipt-firewall configuration for a.mx.oopen.de
|
|
# Generated by extract-fw-host-vars.py - review before committing!
|
|
# Place in: host_vars/<hostname>/ipt_firewall.yml
|
|
|
|
fw_manage_config: true
|
|
|
|
# --- Network
|
|
fw_ext_interfaces:
|
|
- "eth0"
|
|
fw_ext_ips_v4:
|
|
- "135.181.90.132"
|
|
fw_ext_ips_v6:
|
|
- "2a01:4f9:c014:1ba8::1"
|
|
|
|
# --- Munin
|
|
munin_remote_ipv4: 37.27.121.227
|
|
munin_remote_ipv6: "2a01:4f9:3070:2bda::227"
|
|
|
|
# --- HTTP
|
|
fw_http_server_ips: $ext_1_ip
|
|
|
|
# --- Mail
|
|
fw_mail_client_ips: $ext_1_ip
|