Network dut (#18668)

* Use dedicated account for testing

This also avoids any instance of "vyos" being masked by no_log

* use vyos-dut-01
pull/17827/head
John R Barker 8 years ago committed by GitHub
parent 83676e9b40
commit 4875824357

@ -1,6 +1,6 @@
---
cli:
host: "{{ ansible_ssh_host }}"
username: vyos
password: vyos
username: "{{ vyos_cli_user | default('ansible-admin') }}"
password: "{{ vyos_cli_pass | default('adminpw') }}"
transport: cli

@ -23,8 +23,7 @@ vsrx01
clvx01
[vyos]
#vyos-dut-01
vyos01
vyos-dut-01
[ops]
ops01

Loading…
Cancel
Save