8986173237
Even if kayobe itself limit [1] ip-routing and snat playbooks to the
seed hosts only the playbooks should have same hosts specified.
TrivialFix
1. 52d7523c0c/kayobe/cli/commands.py (L610)
Change-Id: I35788e69eeace41d5bcbf89922145f1c35f58ff2
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
11 lines
184 B
YAML
11 lines
184 B
YAML
---
|
|
# Enable IP routing in the kernel.
|
|
|
|
- name: Ensure IP routing is enabled
|
|
hosts: seed
|
|
tags:
|
|
- ip-routing
|
|
roles:
|
|
- role: ip-routing
|
|
when: seed_enable_snat | bool
|