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
poc_irods
poc-irods
Commits
95568a69
Commit
95568a69
authored
Sep 16, 2020
by
viscapi
Browse files
Creates iRODS user and group on the database server
parent
d9eb991e
Changes
1
Hide whitespace changes
Inline
Side-by-side
postgresql/tasks/users.yml
View file @
95568a69
---
-
name
:
Création groupe UNIX iRODS
group
:
name
:
"
{{
irods_unix_group_name
}}"
gid
:
"
{{
irods_unix_group_id
}}"
state
:
present
-
name
:
Création utilisateur UNIX iRODS
user
:
name
:
"
{{
irods_unix_user_name
}}"
uid
:
"
{{
irods_unix_user_id
}}"
group
:
irods
state
:
present
password
:
"
{{irods_unix_password}}"
#password: voir docs.ansible.com/ansible/latest/user_module.html
-
name
:
Création groupe et utilisateur postgres
block
:
-
name
:
Création groupe UNIX postgres
...
...
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