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
5 years ago
Commit
718457d05f1caa211c969ca2098d1eba922edb1f
1 parent
d618e374
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
roles/yoho.dns/templates/qcloud.zone.j2
roles/yoho.dns/templates/qcloud.zone.j2
View file @
718457d
...
...
@@ -135,7 +135,7 @@ erp.yoho IN {{ A if ( java.inner_lb |
search IN {{ A if ( search_lb | ipv4) else CNAME }} {{ search_lb }}
message-controller IN {{ A if ( java.single_inner_lb | ipv4) else CNAME }} {{ java.single_inner_lb }}
single IN {{ A if ( java.single_inner_lb | ipv4) else CNAME }} {{ java.single_inner_lb }}
gateway.erp IN
{{ A if ( java.single_inner_lb | ipv4) else CNAME }} {{ java.single_inner_lb }}
gateway.erp IN
A 10.66.4.112
gateway-gray.erp IN A 10.66.202.9
review.yoho IN {{ A if ( java.inner_lb | ipv4) else CNAME }} {{ java.inner_lb }}
oldshops IN A 10.66.4.112
...
...
Please
register
or
login
to post a comment