
Support for Juniper switches is added via the Ansible junos_* modules. This affects the following command: kayobe physical network configure
7 lines
188 B
YAML
7 lines
188 B
YAML
---
|
|
- name: Ensure Juniper switches are configured
|
|
junos_config:
|
|
provider: "{{ juniper_switch_provider }}"
|
|
src: junos-config.j2
|
|
delegate_to: "{{ juniper_switch_delegate_to }}"
|