Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
don-lqdn
Commits
95d4f287
Commit
95d4f287
authored
Nov 23, 2021
by
nono
💻
Browse files
Fix user account
parent
ca7839ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
tasks/users.yml
View file @
95d4f287
...
...
@@ -9,9 +9,9 @@
groups
:
-
don
-
www-data
password
:
'
!'
# Disabled user account
password
:
"
{{
don_user_password
}}"
# Disabled user account
state
:
present
shell
:
/
usr/sbin/nologin
shell
:
/
bin/bash
system
:
true
createhome
:
true
home
:
/home/don
vars/main.yml
View file @
95d4f287
---
# vars file for don-lqdn
don_user_password
:
"
change
this
password"
# SQL
don_sql_database
:
"
don"
don_sql_user
:
"
don"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment