mirror of https://github.com/ansible/ansible.git
Network dut (#18668)
* Use dedicated account for testing This also avoids any instance of "vyos" being masked by no_log * use vyos-dut-01pull/17827/head
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
|
||||
|
Loading…
Reference in New Issue