This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
3b1f2aeb16
community.general
/
test
/
integration
/
targets
/
net_banner
/
tasks
/
main.yaml
3 lines
89 B
YAML
Raw
Normal View
History
Unescape
Escape
Add net_banner platform agnostic module (#25245) * Add net_banner platform agnostic module * Add integration tests for net_banner * Remove default from required param * Remove skip/python3 from net_banner aliases
2017-06-02 17:01:08 +02:00
---
- {
include: cli.yaml, tags
:
[
'cli'
]
}
Add junos_banner declartive module (#25826) * Add junos_banner declartive module * junos_banner implementation * Integration test for junos_banner * Integration test for net_banner (junos) * Minor fixes * Minor doc change
2017-06-17 22:02:48 +02:00
- {
include: netconf.yaml, tags
:
[
'netconf'
]
}
Copy permalink