dlx-ansible/host_vars/hiveops.yml

12 lines
283 B
YAML

---
# HiveOps specific variables
# Disable firewall (too many ports needed)
common_firewall_enabled: false
# Enable IP forwarding for Docker networking
common_sysctl_settings:
net.ipv4.ip_forward: 1
net.ipv4.conf.all.send_redirects: 0
net.ipv4.conf.default.send_redirects: 0