mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 15:44:43 +02:00
18 lines
382 B
YAML
18 lines
382 B
YAML
all:
|
|
vars:
|
|
ansible_user: ansible
|
|
|
|
children:
|
|
gateway:
|
|
hosts:
|
|
storage-01:
|
|
ansible_host: 192.168.1.200
|
|
gpu_hosts:
|
|
hosts:
|
|
gpu-01:
|
|
ansible_host: 192.168.10.20
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no -o ProxyJump=root@192.168.1.200'
|
|
almalinux:
|
|
children:
|
|
gateway:
|
|
gpu_hosts:
|