adf76b7d3f
With `ansible-test network-integration` we don't need the top level yaml files except NXOS and Dell (for now)
21 lines
841 B
Text
21 lines
841 B
Text
# This is the configuration template for ansible-test network-integration tests.
|
|
#
|
|
# You do not need this template if you are:
|
|
#
|
|
# 1) Running integration tests without using ansible-test.
|
|
# 2) Using the `--platform` option to provision temporary network instances on EC2.
|
|
#
|
|
# If you do not want to use the automatically provisioned temporary network instances,
|
|
# fill in the @VAR placeholders below and save this file without the .template extension.
|
|
#
|
|
# NOTE: Automatic provisioning of network instances on EC2 requires an ansible-core-ci API key.
|
|
|
|
[@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
|