add Final Infrastructure Setup
This commit is contained in:
commit
7733dde658
174 changed files with 204949 additions and 0 deletions
24
infrastructure/ansible/site.yml
Normal file
24
infrastructure/ansible/site.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
- name: Configure Common Base
|
||||
hosts: all
|
||||
become: true
|
||||
roles:
|
||||
- common
|
||||
|
||||
- name: Setup Transfer Nodes & Pipeline
|
||||
hosts: workers
|
||||
become: true
|
||||
roles:
|
||||
- transfer_node
|
||||
|
||||
- name: Setup Orchestrator (Worker-0)
|
||||
hosts: orchestrator
|
||||
become: true
|
||||
roles:
|
||||
- monitoring_baseline
|
||||
|
||||
- name: Setup Sinks (Worker-1/2)
|
||||
hosts: sinks
|
||||
become: true
|
||||
roles:
|
||||
- blackhole
|
||||
Loading…
Add table
Add a link
Reference in a new issue