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
chunhua.zhang
2019-11-28 17:29:01 +0800
Commit
5d1189f32f1814be51b4d686f0582f2caa63cadc
1 parent
69ee95d6
修改search的负载均衡器
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
inventories/az1/group_vars/all.yml
playbooks/yoho.search_switch_center.yml
inventories/az1/group_vars/all.yml
View file @
5d1189f
...
...
@@ -39,7 +39,7 @@ java:
single_inner_lb
:
10.66.4.112
# search lb
search_lb
:
10.66.4.1
12
search_lb
:
10.66.4.1
65
uic_lb
:
10.66.4.112
# rsyslog server
...
...
playbooks/yoho.search_switch_center.yml
View file @
5d1189f
...
...
@@ -17,7 +17,7 @@
when
:
(search_center == 'AWS')
-
set_fact
:
search_lb
:
10.66.4.1
12
search_lb
:
10.66.4.1
65
when
:
(search_center == 'QCLOUD')
remote_user
:
root
...
...
Please
register
or
login
to post a comment