mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07: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:
parent
b5abc69125
commit
adf76b7d3f
11 changed files with 36 additions and 934 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue