added a second user

This commit is contained in:
Jan Welker 2018-08-14 09:39:20 +02:00
parent de79ed2d99
commit c841c665cd
1 changed files with 4 additions and 0 deletions

4
group_vars/main.yml Normal file
View File

@ -0,0 +1,4 @@
---
linux_localusers__users:
- {user: 'localadmin', comment: 'Local Administrator', state: 'present', groups: 'wheel', password: '$6$YPQXqTxJc6IEhaSl$of8UJUO6sXkAri2920MzGySrJ.uvHFYNd0ycLtwCmngQyIjg3EY9VG3uUyAfspPOV6eMBO5sVSrBYaDFz7Hxz0'}
- {user: 'welker_l', comment: 'Local Administrator', state: 'present', groups: 'wheel', password: '$6$YPQXqTxJc6IEhaSl$of8UJUO6sXkAri2920MzGySrJ.uvHFYNd0ycLtwCmngQyIjg3EY9VG3uUyAfspPOV6eMBO5sVSrBYaDFz7Hxz0'}