dlx-ansible/host_vars/smartjournal.yml

12 lines
264 B
YAML

---
# SmartJournal specific variables
# Disable firewall
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