Guest User

Untitled

a guest
Feb 8th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. - hosts: all
  2. user: root
  3. vars:
  4. # created with:
  5. # python -c 'import crypt; print crypt.crypt("This is my Password", "$1$SomeSalt$")'
  6. password: $1$SomeSalt$UqddPX3r4kH3UL5jq5/ZI.
  7.  
  8. tasks:
  9. - user: name=tset password={{password}}
Add Comment
Please, Sign In to add comment