Advertisement
Guest User

Untitled

a guest
Feb 8th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # this should change pass on test servers
  2. ---
  3. - hosts: test
  4. user: root
  5. vars:
  6. #created with:
  7. #python -c 'import crypt; print crypt.crypt("This is my Password", "$1$SomeSalt$")'
  8. password: $1$SomeSalt$yMNYxQxr.iBgyUdfYhRym/
  9. tasks:
  10. - user: name=root password={{password}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement