|
77 | 77 | from_port: 32768 |
78 | 78 | to_port: 65535 |
79 | 79 | group_id: "{{ sg_hipache }}" |
80 | | - rules_egress: |
81 | | - - proto: all |
82 | | - from_port: -1 |
83 | | - to_port: -1 |
84 | | - group_id: "{{ sg_api }}" |
85 | | - - proto: all |
86 | | - from_port: -1 |
87 | | - to_port: -1 |
88 | | - group_id: "{{ sg_nat }}" |
89 | 80 |
|
90 | 81 | - name: Docker Container Service SG |
91 | 82 | tags: |
|
178 | 169 | from_port: 32768 |
179 | 170 | to_port: 65535 |
180 | 171 | group_id: "{{ sg_services }}" |
181 | | - rules_egress: |
182 | | - - proto: all |
183 | | - from_port: -1 |
184 | | - to_port: -1 |
185 | | - group_id: "{{ sg_dock }}" |
186 | | - - proto: all |
187 | | - from_port: -1 |
188 | | - to_port: -1 |
189 | | - group_id: "{{ sg_nat }}" |
190 | 172 |
|
191 | 173 | - name: Hipache SG |
192 | 174 | tags: |
|
255 | 237 | from_port: 32768 |
256 | 238 | to_port: 65535 |
257 | 239 | group_id: "{{ sg_web }}" |
258 | | - rules_egress: |
259 | | - - proto: all |
260 | | - from_port: -1 |
261 | | - to_port: -1 |
262 | | - cidr_ip: 0.0.0.0/0 |
263 | 240 |
|
264 | 241 | - name: MongoDB SG |
265 | 242 | tags: |
|
296 | 273 | from_port: 27000 |
297 | 274 | to_port: 27020 |
298 | 275 | group_id: "{{ sg_dock }}" |
299 | | - rules_egress: |
300 | | - - proto: all |
301 | | - from_port: -1 |
302 | | - to_port: -1 |
303 | | - group_id: "{{ sg_mongo }}" |
304 | | - - proto: all |
305 | | - from_port: -1 |
306 | | - to_port: -1 |
307 | | - group_id: "{{ sg_nat }}" |
308 | 276 |
|
309 | 277 | - name: Navi SG |
310 | 278 | tags: |
|
325 | 293 | from_port: 3567 |
326 | 294 | to_port: 3567 |
327 | 295 | group_id: "{{ sg_hipache }}" |
328 | | - rules_egress: |
329 | | - - proto: all |
330 | | - from_port: -1 |
331 | | - to_port: -1 |
332 | | - group_id: "{{ sg_navi }}" |
333 | | - - proto: all |
334 | | - from_port: -1 |
335 | | - to_port: -1 |
336 | | - group_id: "{{ sg_nat }}" |
337 | 296 |
|
338 | 297 | - name: Neo4J SG |
339 | 298 | tags: |
|
358 | 317 | from_port: 7473 |
359 | 318 | to_port: 7474 |
360 | 319 | group_id: "{{ sg_services }}" |
361 | | - rules_egress: |
362 | | - - proto: all |
363 | | - from_port: -1 |
364 | | - to_port: -1 |
365 | | - group_id: "{{ sg_neo4j }}" |
366 | | - - proto: all |
367 | | - from_port: -1 |
368 | | - to_port: -1 |
369 | | - group_id: "{{ sg_nat }}" |
370 | 320 |
|
371 | 321 | - name: RabbitMQ SG |
372 | 322 | tags: |
|
399 | 349 | from_port: 54320 |
400 | 350 | to_port: 54321 |
401 | 351 | group_id: "{{ sg_services }}" |
402 | | - rules_egress: |
403 | | - - proto: all |
404 | | - from_port: -1 |
405 | | - to_port: -1 |
406 | | - group_id: "{{ sg_rabbit }}" |
407 | | - - proto: all |
408 | | - from_port: -1 |
409 | | - to_port: -1 |
410 | | - group_id: "{{ sg_nat }}" |
411 | 352 |
|
412 | 353 | - name: RDS SG |
413 | 354 | tags: |
|
428 | 369 | from_port: 5432 |
429 | 370 | to_port: 5432 |
430 | 371 | group_id: "{{ sg_services }}" |
431 | | - rules_egress: |
432 | | - - proto: all |
433 | | - from_port: -1 |
434 | | - to_port: -1 |
435 | | - group_id: "{{ sg_rds }}" |
436 | | - - proto: all |
437 | | - from_port: -1 |
438 | | - to_port: -1 |
439 | | - group_id: "{{ sg_nat }}" |
440 | 372 |
|
441 | 373 | - name: Redis SG |
442 | 374 | tags: |
|
477 | 409 | from_port: 6379 |
478 | 410 | to_port: 6379 |
479 | 411 | group_id: "{{ sg_web }}" |
480 | | - rules_egress: |
481 | | - - proto: all |
482 | | - from_port: -1 |
483 | | - to_port: -1 |
484 | | - group_id: "{{ sg_redis }}" |
485 | | - - proto: all |
486 | | - from_port: -1 |
487 | | - to_port: -1 |
488 | | - group_id: "{{ sg_nat }}" |
489 | 412 |
|
490 | 413 | - name: Services SG |
491 | 414 | tags: |
|
594 | 517 | from_port: 32768 |
595 | 518 | to_port: 63353 |
596 | 519 | group_id: "{{ sg_services }}" |
597 | | - rules_egress: |
598 | | - - proto: all |
599 | | - from_port: -1 |
600 | | - to_port: -1 |
601 | | - group_id: "{{ sg_services }}" |
602 | | - - proto: all |
603 | | - from_port: -1 |
604 | | - to_port: -1 |
605 | | - group_id: "{{ sg_nat }}" |
606 | 520 |
|
607 | 521 | - name: Userland Hipache |
608 | 522 | tags: |
|
619 | 533 | from_port: 80 |
620 | 534 | to_port: 65535 |
621 | 535 | cidr_ip: 0.0.0.0/0 |
622 | | - rules_egress: |
623 | | - - proto: all |
624 | | - from_port: -1 |
625 | | - to_port: -1 |
626 | | - cidr_ip: 0.0.0.0/0 |
627 | 536 |
|
628 | 537 | - name: Web |
629 | 538 | tags: |
|
680 | 589 | from_port: 32768 |
681 | 590 | to_port: 65535 |
682 | 591 | group_id: "{{ sg_hipache }}" |
683 | | - rules_egress: |
684 | | - - proto: all |
685 | | - from_port: -1 |
686 | | - to_port: -1 |
687 | | - cidr_ip: 0.0.0.0/0 |
0 commit comments