Changeset 15389 for main/waeup-ansible/bootstrap.yml
- Timestamp:
- 5 Apr 2019, 23:44:20 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup-ansible/bootstrap.yml
r14325 r15389 15 15 # accounts are active. 16 16 permit_ssh_root: true 17 # Allow admin users below to become root w/o entering password? 18 permit_become_root_no_password: true 17 19 # create hashed passwords like this: 18 20 # $ diceware -d '-' -n 6 --no-caps | tee mypw | mkpasswd -s --method=sha-512 >> mypw 19 21 admin_users: 20 uli :21 hashed_pw: "$6$ W3DjhWuk/dDzw2F$ozaXblaUYnEX6NiS9jg.NYFelyPIV8ySxDJGNwbPpTd.oAnmA.754pntuGT1XP.cAcpkCI5b9zWSgOQ09f5HG1"22 ulif: 23 hashed_pw: "$6$iuoXy2wO3elWM6d2$NR/ayKF58q0Bm0BdsR.g.Nt5xYzD0s0t17ZjrYaRpY7nkRekjgHTnqw849pK9FdynmNZAioW6oQBQx3BB5kcd0" 22 24 23 25 roles:
Note: See TracChangeset for help on using the changeset viewer.