This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/inventories/production/hosts.yml

28 lines
620 B
YAML

all:
children:
modeles_vm:
hosts: {}
serveurs_debian:
hosts:
web-01:
ansible_host: 192.168.12.101
ansible_user: ansible
web-02:
ansible_host: 192.168.12.102
ansible_user: ansible
serveurs_durcis:
hosts:
web-01:
ansible_host: 192.168.12.101
ansible_user: ansible
web-02:
ansible_host: 192.168.12.102
ansible_user: ansible
serveurs_web:
hosts: {}
serveurs_bases_donnees:
hosts: {}
serveurs_supervision:
hosts: {}
hotes_proxmox:
hosts: {}