Skip to content

Instantly share code, notes, and snippets.

@odra
Created February 13, 2019 09:42
Show Gist options
  • Save odra/11b7bfdbb6cad10b341b3a1ecd06ab1b to your computer and use it in GitHub Desktop.
Save odra/11b7bfdbb6cad10b341b3a1ecd06ab1b to your computer and use it in GitHub Desktop.
user module
#creates a new user
integreatly_user:
username: myuser
password: 12345
email: [email protected]
state: present
#removes an user
integreatly_user:
username: myuser
state: absent
#updates existing user
integreatly_user:
username: my.user
password: 12345
email: [email protected]
state: present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment