Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created December 2, 2019 15:06
Show Gist options
  • Save jonathanmedd/5bbe36e13d5a7ee73292e2add446903e to your computer and use it in GitHub Desktop.
Save jonathanmedd/5bbe36e13d5a7ee73292e2add446903e to your computer and use it in GitHub Desktop.
win_user_hardcoded_password
- name: Ensure user bob is present
win_user:
name: bob
password: B0bP4ssw0rd
state: present
groups:
- Users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment