kayobe/ansible/ip-routing.yml
Mark Goddard b2a60340c2 Enable IP routing and SNAT in seed for use during provisioning
Without this there may not be a gateway configured after the control plane nodes
are provisioned, meaning they cannot access the outside world.
2017-03-30 11:04:27 +01:00

8 lines
135 B
YAML

---
# Enable IP routing in the kernel.
- name: Ensure IP routing is enabled
hosts: seed:controllers
roles:
- role: ip-routing