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
9c1f06268e
ansible
/
test
/
integration
/
targets
/
junos_config
/
templates
/
basic
/
config.j2
11 lines
137 B
Text
Raw
Normal View
History
Unescape
Escape
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
interfaces {
lo0 {
unit 0 {
family inet {
Fix junos_config integration test (#41304) * Change the ip address in fixture files as per PR #40554
2018-06-08 09:46:47 +02:00
address 192.0.2.1/32;
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
}
}
}
}
Reference in a new issue
Copy permalink