Toggle navigation
Toggle navigation
This project
Loading...
Sign in
马力
/
yoho-ansible-roles
·
Commits
Go to a project
GitLab
Go to dashboard
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
2018-07-05 15:04:26 +0800
Commit
6d8680f1cd279637ded413eed57630bf4d56e758
1 parent
a3940920
add
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
inventories/test/group_vars/all.yml
playbooks/test-resolv.yml
site.yml
inventories/test/group_vars/all.yml
View file @
6d8680f
...
...
@@ -21,7 +21,7 @@ db:
read
:
10.66.106.5
uic
:
write
:
10.66.6.136
read
:
10.66.
106.12
read
:
10.66.
6.136
search
:
10.66.6.6
mongo
:
10.66.6.19
ordersplit
:
...
...
@@ -43,7 +43,11 @@ db:
# java inner load balancer
java
:
inner_lb
:
10.66.4.112
single_inner_lb
:
10.66.4.112
search_lb
:
10.66.4.112
#rabbit
rabbit
:
common_local
:
10.66.4.112
order_local
:
10.66.4.234
...
...
@@ -55,8 +59,8 @@ redis:
search
:
10.66.4.249
zookeeper
:
-
10.66.4.9
-
10.66.4.8
-
10.66.4.3
-
10.66.4.4
-
10.66.4.5
-
10.66.4.3
\ No newline at end of file
-
10.66.4.8
-
10.66.4.9
\ No newline at end of file
...
...
playbooks/test-resolv.yml
deleted
100644 → 0
View file @
a394092
---
site.yml
View file @
6d8680f
#!/usr/bin/env ansible-playbook
-
include
:
playbooks/test-resolv.yml
\ No newline at end of file
-
include
:
playbooks/test-dns.yml
\ No newline at end of file
...
...
Please
register
or
login
to post a comment