Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-playbook
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Maruyama Takayuki
gitlab-playbook
Commits
0b21f1e0
Commit
0b21f1e0
authored
Mar 04, 2016
by
Maruyama
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
roles/redis: add become=yes
parent
13f318f5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
roles/redis/tasks/main.yml
+4
-1
No files found.
roles/redis/tasks/main.yml
View file @
0b21f1e0
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
dest
:
/etc/redis.conf
dest
:
/etc/redis.conf
regexp
:
"
^port"
regexp
:
"
^port"
line
:
"
port
0"
line
:
"
port
0"
become
:
yes
-
name
:
enable unix socket
-
name
:
enable unix socket
blockinfile
:
blockinfile
:
...
@@ -25,16 +26,18 @@
...
@@ -25,16 +26,18 @@
block
:
|
block
:
|
unixsocket /tmp/redis.sock
unixsocket /tmp/redis.sock
unixsocketperm 770
unixsocketperm 770
become
:
yes
-
name
:
start redis
-
name
:
start redis
service
:
service
:
name
:
redis-server
name
:
redis-server
state
:
restarted
state
:
restarted
enabled
:
yes
enabled
:
yes
become
:
yes
-
name
:
add user redis to group git
-
name
:
add user redis to group git
user
:
user
:
name
:
redis
name
:
redis
groups
:
git
groups
:
git
append
:
yes
append
:
yes
become
:
yes
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