Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
common-playbook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 574b5ebb
authored
Apr 26, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
d0fcc949
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
roles/user/tasks/dma.yml
roles/user/tasks/dma.yml
View file @
574b5eb
...
...
@@ -28,3 +28,11 @@
-
{
uid
:
998
,
name
:
postgres
,
crehome
:
no
,
system
:
yes
,
shell
:
/bin/bash
,
path
:
/home/postgres
}
-
{
uid
:
1011
,
name
:
wso2
,
crehome
:
no
,
system
:
yes
,
shell
:
/bin/bash
,
path
:
/home/wso2
}
-
name
:
Allow 'wildfly' group to have passwordless sudo
lineinfile
:
dest
:
/etc/sudoers
state
:
present
regexp
:
'
^%wildfly'
line
:
'
%wildfly
ALL=(ALL)
NOPASSWD:
ALL'
validate
:
'
visudo
-cf
%s'
Write
Preview
Markdown
is supported
Attach a file
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 post a comment