Guest User

Untitled

a guest
Apr 24th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. - name: Make sure user password is set
  2. user:
  3. name: my_user
  4. password: "{{ user_password|password_hash('sha512', 'SomeSalt') }}"
  5.  
  6. $6$rounds=656000$SomeSalt$PlupV2TAHwwc520gHp0dL4padL5EHa50G6hdYm.JLuy4pnP5u2F.HRAHZrGY77BwdRv5UbUGqIAbuhehS00ZD0
Add Comment
Please, Sign In to add comment