11 lines
No EOL
312 B
Text
Executable file
11 lines
No EOL
312 B
Text
Executable file
[cudaservers]
|
|
%{ for host in hosts ~}
|
|
${host.hostname} ansible_host=${host.public_ip}
|
|
%{ endfor ~}
|
|
|
|
[cudaservers:vars]
|
|
ansible_user=blurringtool
|
|
ansible_ssh_private_key_file=.stackit/keys/id_ed25519
|
|
ansible_port=22
|
|
ansible_python_interpreter=/usr/bin/python3
|
|
ansible_ssh_common_args='-o StrictHostKeyChecking=no' |