JNPRAutomate / ansible-junos-evpn-vxlan

Sample project that use Ansible and Jinja2 template to automatically generate configurations for Juniper devices deploy in EVPN/VXLAN fabric mode
MIT License
91 stars 64 forks source link

pb.save.config.yaml variable issue #35

Open ksator opened 7 years ago

ksator commented 7 years ago

Hello The playbook pb.save.config.yaml is still using the old variable host: "{{ junos_host }}" we just need to change it to host: "{{ ansible_ssh_host }}" Many thanks

ksator commented 7 years ago

Hello I submitted a PR

dgarros commented 7 years ago

Perfect thanks, we should add this playbook to travis as well :)