Guest User

Untitled

a guest
Jan 4th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $
  2.  
  3. username@hostname:directory$
  4.  
  5. - name: Add user
  6. user:
  7. name: Username
  8. password: 'Password Hash'
  9. groups: sudo
  10. state: present
Add Comment
Please, Sign In to add comment