bachelor-thesis/infrastructure/ansible/inventory.ini

17 lines
1.1 KiB
INI
Executable file

[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