Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
024ad0f9
Verified
Commit
024ad0f9
authored
Jun 13, 2016
by
Sven-Hendrik Haase
Browse files
dbscripts: Add special user sudoer.d file
parent
2d12c9ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/dbscripts/files/sudoers.d
0 → 100644
View file @
024ad0f9
%
dev
ALL
=(
svn
-
packages
)
NOPASSWD
:/
usr
/
bin
/
svnserve
%
dev
ALL
=(
svn
-
packages
)
NOPASSWD
:/
usr
/
bin
/
svn
#
%
dev
ALL
=(
svn
-
community
)
NOPASSWD
:/
usr
/
bin
/
svnserve
%
tu
ALL
=(
svn
-
community
)
NOPASSWD
:/
usr
/
bin
/
svnserve
%
tu
ALL
=(
svn
-
community
)
NOPASSWD
:/
usr
/
bin
/
svn
sourceballs
ALL
=(
svn
-
community
)
NOPASSWD
:/
usr
/
bin
/
svn
sourceballs
ALL
=(
svn
-
packages
)
NOPASSWD
:/
usr
/
bin
/
svn
roles/dbscripts/tasks/main.yml
View file @
024ad0f9
...
...
@@ -15,6 +15,9 @@
-
name
:
add sourceballs user
user
:
name=sourceballs shell=/sbin/nologin
-
name
:
set up sudoers.d for special users
copy
:
src=sudoers.d dest=/etc/sudoers.d/dbscripts owner=root group=root mode=600
-
name
:
create Arch Linux-specific users
user
:
name
:
"
{{
item.key
}}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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