Initial VM guests
This commit is contained in:
@@ -56,7 +56,51 @@ all:
|
||||
# variables and configurations to be applied to each group, such as
|
||||
# connection settings and user accounts.
|
||||
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:
|
||||
ansible_user: root
|
||||
os_family: "debian"
|
||||
|
||||
Reference in New Issue
Block a user