1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Network dut (#18668)

* Use dedicated account for testing

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

* use vyos-dut-01
This commit is contained in:
John R Barker 2016-11-29 15:12:39 +00:00 committed by GitHub
parent 83676e9b40
commit 4875824357
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

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