# 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"