Created
February 13, 2019 09:42
-
-
Save odra/11b7bfdbb6cad10b341b3a1ecd06ab1b to your computer and use it in GitHub Desktop.
user module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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