kayobe/ansible/ip-routing.yml
Michał Nasiadka 53f37da198 seed: Disable SNAT configuration by default
Introduce seed_enable_snat and change default to false.

Change-Id: I0fde948a306ef9b8cf9525f1e93650d36d5f14f6
2021-09-29 18:46:25 +02:00

11 lines
194 B
YAML

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