This website requires JavaScript.
Explore
Help
Sign In
a-c-m
/
community.general
mirror of
https://github.com/ansible-collections/community.general.git
Watch
1
Star
0
Fork
You've already forked community.general
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c51f2f835e
community.general
/
test
/
integration
/
targets
/
net_user
/
tasks
/
main.yaml
4 lines
90 B
YAML
Raw
Normal View
History
Unescape
Escape
New module: platform agnostic way to manage local users on network devices (network/net_user.) (#25259) * Add net_user platform agnostic module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Integration test for net_user Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * modify eos_user module to support name param as alias to username Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Test collection of users Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2017-06-06 14:35:08 +00:00
---
- {
include: cli.yaml, tags
:
[
'cli'
]
}
junos_user declarative module changes (#26475) * junos_user declarative module changes * Active/Deactivate support * junos_user integration test * net_user intergration test for junos * Add version_added for active param
2017-07-06 16:27:12 +00:00
- {
include: netconf.yaml, tags
:
[
'netconf'
]
}