add matrix vm
This commit is contained in:
parent
fb2189d312
commit
91a94422f8
3 changed files with 17 additions and 0 deletions
2
host_vars/matrix_server/ansible.yml
Normal file
2
host_vars/matrix_server/ansible.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
ansible_host: "172.20.103.101"
|
10
host_vars/matrix_server/networking.yml
Normal file
10
host_vars/matrix_server/networking.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
interfaces:
|
||||
ens18:
|
||||
ipv4: 172.20.103.101
|
||||
netmaskv4: 24
|
||||
type: static
|
||||
gateway: 172.20.103.1
|
||||
|
||||
ipv4_forwarding: false
|
||||
ipv6_forwarding: false
|
5
hosts
5
hosts
|
@ -13,6 +13,7 @@ all:
|
|||
vm3:
|
||||
debian_bullseye:
|
||||
hosts:
|
||||
matrix_server:
|
||||
vm4:
|
||||
proxmox_buster:
|
||||
hosts:
|
||||
|
@ -52,3 +53,7 @@ all:
|
|||
apt_proxies:
|
||||
hosts:
|
||||
hindley:
|
||||
matrix:
|
||||
hosts:
|
||||
matrix_server:
|
||||
|
||||
|
|
Loading…
Reference in a new issue