20 lines
463 B
YAML
20 lines
463 B
YAML
all:
|
|
children:
|
|
proxmox_server:
|
|
hosts:
|
|
proxmox:
|
|
ansible_host: 192.168.1.200
|
|
ansible_user: root
|
|
|
|
gateway_server:
|
|
hosts:
|
|
gateway:
|
|
ansible_host: 192.168.1.221
|
|
ansible_user: root
|
|
|
|
# Остальные хосты добавим позже
|
|
# database:
|
|
# hosts:
|
|
# database:
|
|
# ansible_host: 192.168.1.222
|
|
# ansible_user: root |