add Final Infrastructure Setup
This commit is contained in:
commit
7733dde658
174 changed files with 204949 additions and 0 deletions
17
infrastructure/ansible/inventory.ini
Executable file
17
infrastructure/ansible/inventory.ini
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
[router]
|
||||
thesis-router ansible_host=192.168.122.43 ansible_user=baUser ansible_ssh_private_key_file='/home/pata/dev/privat/Go/BachelorThesis/bachelor-infra/infrastructure/tf-cloud-init' ansible_ssh_common_args='-o StrictHostKeyChecking=no'
|
||||
|
||||
[workers]
|
||||
thesis-worker-0 ansible_host=192.168.122.97 ansible_user=baUser ansible_ssh_private_key_file='/home/pata/dev/privat/Go/BachelorThesis/bachelor-infra/infrastructure/tf-cloud-init' ansible_ssh_common_args='-o StrictHostKeyChecking=no'
|
||||
thesis-worker-1 ansible_host=192.168.122.219 ansible_user=baUser ansible_ssh_private_key_file='/home/pata/dev/privat/Go/BachelorThesis/bachelor-infra/infrastructure/tf-cloud-init' ansible_ssh_common_args='-o StrictHostKeyChecking=no'
|
||||
thesis-worker-2 ansible_host=192.168.122.244 ansible_user=baUser ansible_ssh_private_key_file='/home/pata/dev/privat/Go/BachelorThesis/bachelor-infra/infrastructure/tf-cloud-init' ansible_ssh_common_args='-o StrictHostKeyChecking=no'
|
||||
|
||||
[orchestrator]
|
||||
thesis-worker-0
|
||||
|
||||
[sinks]
|
||||
thesis-worker-1
|
||||
thesis-worker-2
|
||||
|
||||
[all:vars]
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
Loading…
Add table
Add a link
Reference in a new issue