set mariadb
This commit is contained in:
parent
46d5e774a3
commit
64683c9987
@ -15,7 +15,6 @@
|
||||
name: "{{user.name}}" # required. Name of the user to create, remove or modify.
|
||||
skeleton: false # not required. Optionally set a home skeleton directory. Requires create_home option!
|
||||
create_home: yes # not required. Unless set to C(no), a home directory will be made for the user when the account is created or if the home directory does not exist.,Changed from C(createhome) to C(create_home) in version 2.5.
|
||||
uid: "{{uid}}"
|
||||
password: "{{userPassword}}" # not required. Optionally set the user's password to this crypted value.,On macOS systems, this value has to be cleartext. Beware of security issues.,See U(https://docs.ansible.com/ansible/faq.html#how-do-i-generate-crypted-passwords-for-the-user-module) for details on various ways to generate these password values.
|
||||
system: no # not required. When creating an account C(state=present), setting this to C(yes) makes the user a system account. This setting cannot be changed on existing users.
|
||||
state: present # not required. choices: absent;present. Whether the account should exist or not, taking action if the state is different from what is stated.
|
||||
|
Loading…
Reference in New Issue
Block a user