b2a60340c2
Without this there may not be a gateway configured after the control plane nodes are provisioned, meaning they cannot access the outside world.
8 lines
135 B
YAML
8 lines
135 B
YAML
---
|
|
# Enable IP routing in the kernel.
|
|
|
|
- name: Ensure IP routing is enabled
|
|
hosts: seed:controllers
|
|
roles:
|
|
- role: ip-routing
|