From f8582c985ad32fe8fd2c7fffcd359297e4fa2355 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Wed, 2 Aug 2017 00:26:06 +0200 Subject: [PATCH] Comment the user/pass of Junos group_vars netconf provider (#27610) We set the ansible_ssh_user and ansible_ssh_pass on the Junos group. However, that has lower precedence than group_vars. Commenting the group_vars so we have the creds for all Nodepool nodes within the inventory. --- test/integration/group_vars/junos.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/group_vars/junos.yaml b/test/integration/group_vars/junos.yaml index 1216ba9a61..48d233dbc2 100644 --- a/test/integration/group_vars/junos.yaml +++ b/test/integration/group_vars/junos.yaml @@ -1,8 +1,8 @@ --- netconf: host: "{{ ansible_ssh_host }}" - username: "{{ junos_cli_user | default('ansible') }}" - password: "{{ junos_cli_pass | default('Ansible') }}" + #username: "{{ junos_cli_user | default('ansible') }}" + #password: "{{ junos_cli_pass | default('Ansible') }}" transport: netconf cli: