Mark Goddard b9e1243d7d Add support for configuration of Juniper switches
Support for Juniper switches is added via the Ansible junos_* modules.
This affects the following command:

kayobe physical network configure
2017-08-07 12:08:41 +00:00

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 }}"