Initial VM guests

This commit is contained in:
2026-04-24 15:06:15 -07:00
parent 5c4aadab4d
commit 47bee8bd06

View File

@@ -56,7 +56,51 @@ all:
# variables and configurations to be applied to each group, such as # variables and configurations to be applied to each group, such as
# connection settings and user accounts. # connection settings and user accounts.
linux_hosts: linux_hosts:
hosts: {} hosts:
n8n:
ansible_host: 10.0.200.28
is_lxc: true
vmid: 113
rustdesk-server:
ansible_host: 10.0.200.210
is_lxc: true
vmid: 118
kasm-server:
ansible_host: 10.0.200.208
is_lxc: true
vmid: 120
wordpress-server:
ansible_host: 10.0.200.202
is_lxc: true
vmid: 123
unifi-os-server:
ansible_host: 10.0.200.32
is_lxc: true
vmid: 125
graylog-server:
ansible_host: 10.0.200.212
is_lxc: true
vmid: 128
wazuh-server:
ansible_host: 10.0.200.35
is_lxc: true
vmid: 130
cloudflared-server:
ansible_host: 10.0.200.209
is_lxc: true
vmid: 131
semaphore-server:
ansible_host: 10.0.200.25
is_lxc: true
vmid: 134
suitecrm-server:
ansible_host: 10.0.200.52
is_lxc: false
vmid: 108
mailcow-server:
ansible_host: 10.0.200.26
is_lxc: false
vmid: 122
vars: vars:
ansible_user: root ansible_user: root
os_family: "debian" os_family: "debian"