53f37da198
Introduce seed_enable_snat and change default to false. Change-Id: I0fde948a306ef9b8cf9525f1e93650d36d5f14f6
11 lines
194 B
YAML
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
|