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
Your Name
5 years ago
Commit
e953c5cd06433935e128738f20548387e1ed8afa
1 parent
0f2cfcb3
add t6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
42 additions
and
8 deletions
inventories/aws/hosts
inventories/az1/hosts
inventories/containers/hosts
inventories/t6/hosts
playbooks/redis.yml
playbooks/templates/sec/nginx.conf
inventories/aws/hosts
View file @
e953c5c
# inventory file for az2
# auto generated at 2019-10-
17 18:13:33
# auto generated at 2019-10-
21 10:10:48
[nameservers]
172.31.9.217
...
...
inventories/az1/hosts
View file @
e953c5c
# inventory file for az1
# auto generated at 2019-10-
17 18:13:33
# auto generated at 2019-10-
21 10:10:48
[nameservers]
10.66.4.18
...
...
inventories/containers/hosts
View file @
e953c5c
# inventory file for containers
# auto generated at 2019-10-
17 18:13:33
# auto generated at 2019-10-
21 10:10:48
[media-containers]
...
...
@@ -17,18 +17,20 @@
10.66.16.112
10.66.16.132
10.66.16.135
10.66.16.138
10.66.16.16
10.66.16.17
10.66.16.18
10.66.16.20
10.66.16.26
10.66.16.38
10.66.16.41
10.66.16.53
10.66.16.57
10.66.16.59
10.66.16.62
10.66.16.65
10.66.16.76
10.66.16.9
10.66.16.93
[yoho-java-container]
...
...
inventories/t6/hosts
View file @
e953c5c
# inventory file for az1
# auto generated at 2019-10-
17 18:13:33
# auto generated at 2019-10-
21 10:10:48
[nameservers]
10.66.4.18
...
...
@@ -65,6 +65,7 @@
10.66.70.250
10.66.70.32
[java-message]
10.66.70.17
10.66.70.240
...
...
@@ -109,6 +110,7 @@
10.66.70.14
10.66.70.237
[java-product]
10.66.70.17
10.66.70.240
...
...
@@ -141,7 +143,17 @@
10.66.70.14
10.66.70.237
[java-resources]
10.66.70.107
10.66.70.96
10.66.70.61
10.66.70.102
10.66.70.117
10.66.70.2
10.66.70.34
10.66.70.171
10.66.70.72
10.66.70.145
...
...
@@ -184,10 +196,29 @@
[java-users]
10.66.70.107
10.66.70.96
10.66.70.61
10.66.70.102
10.66.70.117
10.66.70.2
10.66.70.34
10.66.70.171
10.66.70.72
10.66.70.145
[java-wallet]
10.66.70.17
10.66.70.240
10.66.70.225
10.66.70.131
10.66.70.152
10.66.70.228
10.66.70.133
10.66.70.113
10.66.70.203
10.66.70.156
10.66.70.79
...
...
playbooks/redis.yml
View file @
e953c5c
-
hosts
:
"
{{
group
}}
"
-
hosts
:
"
java-redis
"
remote_user
:
root
roles
:
-
role
:
redis-cluster
...
...
playbooks/templates/sec/nginx.conf
View file @
e953c5c
...
...
@@ -42,7 +42,8 @@ http {
allow
10
.66.70.0/24
;
allow
172
.31.70.0/24
;
allow
10
.66.0.118/32
;
deny
all
;
allow
10
.66.101.10/32
;
deny
all
;
#charset koi8-r;
#access_log logs/host.access.log main;
...
...
Please
register
or
login
to post a comment