1ee19568b0
This extends the physical network configuration in Kayobe to configure Cumulus physical switches using the nclu Ansible module. Change-Id: I960027ead301c5793a0ada1959a23549a71bdbfb
6 lines
145 B
YAML
6 lines
145 B
YAML
---
|
|
- name: Ensure Cumulus switches are configured with NCLU
|
|
nclu:
|
|
template: "{{ lookup('template', 'nclu-config.j2') }}"
|
|
atomic: true
|