mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Add vyos_user implementation module (#25677)
* Add vyos_user implementation module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Integration test for vyos_user Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Make state absent work Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Unit test for vyos_user Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Standardize user names Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Modify integration test with idempotent case Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Add role as alias to level Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
13a1111dde
commit
b3c22a96bd
8 changed files with 490 additions and 0 deletions
3
test/integration/targets/vyos_user/defaults/main.yaml
Normal file
3
test/integration/targets/vyos_user/defaults/main.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
testcase: "*"
|
||||
test_items: []
|
Loading…
Add table
Add a link
Reference in a new issue