- /inventories/hosts.yml - /inventories/group_vars/all.yml - /inventories/group_vars/gateway.yml - /roles/proxmox_lxc/tasks/main.yml - /roles/base_setup/tasks/ssh.yml - /roles/base_setup/tasks/main.yml - /roles/base_setup/handlers/main.yml - /roles/npm/tasks/main.yml - /roles/heimdall/tasks/main.yml - /README.md - /olimp-deploy.yml - /vault.yml
20 lines
449 B
YAML
20 lines
449 B
YAML
all:
|
|
children:
|
|
proxmox:
|
|
hosts:
|
|
proxmox:
|
|
ansible_host: 192.168.1.200
|
|
ansible_user: root
|
|
|
|
gateway:
|
|
hosts:
|
|
gateway:
|
|
ansible_host: 192.168.1.221
|
|
ansible_user: root
|
|
|
|
# Остальные хосты добавим позже
|
|
# database:
|
|
# hosts:
|
|
# database:
|
|
# ansible_host: 192.168.1.222
|
|
# ansible_user: root |