mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 09:04:42 +02:00
feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels
This commit is contained in:
commit
b3fce8af5d
70 changed files with 2688 additions and 0 deletions
18
ansible/inventory.yml
Normal file
18
ansible/inventory.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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:
|
||||
Loading…
Add table
Add a link
Reference in a new issue