2016-10-28 20:50:29 +02:00
|
|
|
---
|
|
|
|
netconf:
|
|
|
|
host: "{{ ansible_ssh_host }}"
|
2017-08-02 00:26:06 +02:00
|
|
|
#username: "{{ junos_cli_user | default('ansible') }}"
|
|
|
|
#password: "{{ junos_cli_pass | default('Ansible') }}"
|
2016-10-28 20:50:29 +02:00
|
|
|
transport: netconf
|
|
|
|
|
|
|
|
cli:
|
|
|
|
host: "{{ ansible_ssh_host }}"
|
2017-08-02 00:46:31 +02:00
|
|
|
#username: "{{ junos_cli_user | default('ansible') }}"
|
|
|
|
#password: "{{ junos_cli_pass | default('Ansible') }}"
|
2016-10-28 20:50:29 +02:00
|
|
|
transport: cli
|