mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Add iosxr_user implementation module (#25615)
* Add iosxr_user implementation module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * iosxr_user Integration test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * iosxr_user Unit test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Modify integration test with idempotent case Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
b3c22a96bd
commit
44687bb917
9 changed files with 488 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
username admin secret 5 $1$mdQIUxjg$3t3lzBpfKfITKvFm1uEIY. group sysadmin
|
||||
username ansible secret 5 $1$3yWSXiIi$VdzV59ChiurrNdGxlDeAW/ group sysadmin
|
Loading…
Add table
Add a link
Reference in a new issue