This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign In
cmueller
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
e575eae2ec
ansible
/
test
/
integration
/
targets
/
iosxr_template
/
templates
/
basic
/
config.j2
6 lines
102 B
Text
Raw
Normal View
History
Unescape
Escape
Use inventory_hostname_short (#20054) When using AWS we have to use the full domain name in the inventory file, which we rather than the short name. This change avoids that ending up being set in the tests.
2017-01-09 18:21:04 +01:00
hostname {{ inventory_hostname_short }}
Migrate Network Tests into ansible/ansible (#18233) * Docs Networking tests * Copy networking tests from test-network-modules * Networking transport settings - group_vars * Network playbooks * Debug should be off by default * Update nxos.yaml * Remove items from top level * Use dependencies, not pre-tasks * Remove trailing blank lines * Remove backup files * newlines
2016-10-28 20:50:29 +02:00
!
interface Loopback999
Set block indentation to 1 on iosxr templates (#21105) Network devices in the lab have by default an indentation of 1 for sub-sections, and so does the netcfg.NetworkConfig constructor indent param. This will fix reported issue 21055, and make the integration tests to pass. Fixes #21055
2017-02-07 21:13:20 +01:00
description this is a test
shutdown
Reference in a new issue
Copy permalink