Pierre Riteau 1ee19568b0 Add support for configuring Cumulus switches with NCLU
This extends the physical network configuration in Kayobe to configure
Cumulus physical switches using the nclu Ansible module.

Change-Id: I960027ead301c5793a0ada1959a23549a71bdbfb
2020-03-03 20:46:32 +00:00

6 lines
145 B
YAML

---
- name: Ensure Cumulus switches are configured with NCLU
nclu:
template: "{{ lookup('template', 'nclu-config.j2') }}"
atomic: true