ansible/test/integration/inventory.network
John R Barker 4875824357 Network dut (#18668)
* Use dedicated account for testing

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

* use vyos-dut-01
2016-11-29 15:12:39 +00:00

34 lines
307 B
INI

# Inventory file used by networking tests, see README.md for more information
[all:vars]
ansible_python_interpreter=python
[eos]
veos-dut-01
[nxos]
nxos01
[iosxr]
iosxr01
[ios]
ios01
#csr01
[junos]
vsrx01
[cumulus]
clvx01
[vyos]
vyos-dut-01
[ops]
ops01
[asa]
asa01
# vim: nospell filetype=dosini