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
d50d65d448
ansible
/
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 16:35:08 +02: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 18:27:12 +02:00
- {
include: netconf.yaml, tags
:
[
'netconf'
]
}
Reference in a new issue
Copy permalink