mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Reflect new process for network integration tests (#35577)
With `ansible-test network-integration` we don't need the top level yaml files except NXOS and Dell (for now)
This commit is contained in:
@@ -12,3 +12,10 @@
|
||||
|
||||
[@OS]
|
||||
@NAME ansible_connection="local" ansible_host=@HOST ansible_network_os="@OS" ansible_user="@USER" ansible_ssh_private_key_file="@KEY_FILE"
|
||||
|
||||
|
||||
###
|
||||
# Example
|
||||
#
|
||||
# [vyos]
|
||||
# vyos01.example.net ansible_connection=local ansible_network_os="vyos" ansible_user=admin ansible_ssh_pass=mypassword
|
||||
|
||||
Reference in New Issue
Block a user