kayobe/ansible/ip-routing.yml

10 lines
158 B
YAML

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