Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
yoho-ansible-roles
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
黄高仁
2020-09-07 18:29:00 +0800
Commit
f41290bc96e4a88e2545e10e66ad48fc7439938a
1 parent
6248c86f
安装redis集群
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
inventories/ops/hosts
playbooks/redis.yml
inventories/ops/hosts
View file @
f41290b
@@ -17,7 +17,9 @@
@@ -17,7 +17,9 @@
17
10.66.4.232
17
10.66.4.232
18
18
19
[gateway-redis]
19
[gateway-redis]
20
-
10.66.4.200
20
+
10.66.72.136
21
+
10.66.72.108
22
+
10.66.72.48
21
23
22
[bigdata-redis]
24
[bigdata-redis]
23
10.66.4.179
25
10.66.4.179
playbooks/redis.yml
View file @
f41290b
1
-
-
hosts
:
"
java
-redis"
1
+
-
hosts
:
"
gateway
-redis"
2
remote_user
:
root
2
remote_user
:
root
3
roles
:
3
roles
:
4
-
role
:
redis-cluster
4
-
role
:
redis-cluster
Please
register
or
login
to post a comment