diff --git a/test/integration/group_vars/junos.yaml b/test/integration/group_vars/junos.yaml index 48d233dbc2..4672197b7d 100644 --- a/test/integration/group_vars/junos.yaml +++ b/test/integration/group_vars/junos.yaml @@ -7,6 +7,6 @@ netconf: cli: 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: cli