mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
695 B
Plaintext
15 lines
695 B
Plaintext
8 years ago
|
# 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"
|