generating user passwords

This commit is contained in:
Jan Welker 2018-08-15 18:34:06 +02:00
parent dc5ec96cce
commit 70c0245f44
2 changed files with 4 additions and 3 deletions

4
group_vars/all.yml Normal file
View File

@ -0,0 +1,4 @@
---
generic_motd__support_name: 'Jan'
generic_motd__support_tel: '71444'
generic_motd__support_mail: 'jan.welker@unibas.ch'

View File

@ -2,6 +2,3 @@
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'}
generic_motd__support_name: 'Jan'
generic_motd__support_tel: '71444'
generic_motd__support_mail: 'jan.welker@unibas.ch'