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:
parent
83676e9b40
commit
4875824357
2 changed files with 3 additions and 4 deletions
|
@ -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…
Reference in a new issue