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
6 years ago
Commit
48a42233ec1e6a2f5ef0c19084516f49de6291b8
1 parent
2561b6f3
add
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
64 additions
and
0 deletions
playbooks/java-loglevel.yml
playbooks/java-loglevel.yml
View file @
48a4223
---
#gateway
-
hosts
:
java-gateway
vars
:
deploy_path
:
yoho-gateway
...
...
@@ -7,3 +8,66 @@
remote_user
:
root
roles
:
-
java.loglevel
#product
-
hosts
:
java-product
vars
:
deploy_path
:
yohobuy-product
context
:
product
remote_user
:
root
roles
:
-
java.loglevel
#message
-
hosts
:
java-message
vars
:
deploy_path
:
yoho-message
context
:
message
remote_user
:
root
roles
:
-
java.loglevel
# sns
-
hosts
:
java-sns
vars
:
deploy_path
:
yoho-sns
context
:
sns
remote_user
:
root
roles
:
-
java.loglevel
#order
-
hosts
:
java-order
vars
:
deploy_path
:
yohobuy-order
context
:
order
remote_user
:
root
roles
:
-
java.loglevel
#promotion
-
hosts
:
java-promotion
vars
:
deploy_path
:
yohobuy-promotion
context
:
promotion
remote_user
:
root
roles
:
-
java.loglevel
#users
-
hosts
:
java-users
vars
:
deploy_path
:
yoho-users
context
:
users
remote_user
:
root
roles
:
-
java.loglevel
# resources
-
hosts
:
java-resources
vars
:
deploy_path
:
yohobuy-resources
context
:
resources
remote_user
:
root
roles
:
-
java.loglevel
...
...
Please
register
or
login
to post a comment