remove old hosts
This commit is contained in:
parent
48ef4bd112
commit
69ab910cf1
9 changed files with 0 additions and 123 deletions
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
ansible_host: "azerty.fil.sand.auro.re"
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
interfaces:
|
||||
enp0s25:
|
||||
ipv4: 10.50.1.221
|
||||
netmaskv4: 16
|
||||
type: static
|
||||
gateway: 10.50.0.254
|
||||
wg0:
|
||||
ipv4: "{{ intranet.subnets.physical.subnets.azerty.ipv4 }}"
|
||||
netmaskv4: "{{ intranet.netmaskv4 }}"
|
||||
type: wireguard
|
||||
|
||||
ipv4_forwarding: false
|
||||
ipv6_forwarding: false
|
||||
|
||||
lan_address: "{{ intranet.subnets.physical.subnets.azerty.ipv4 }}"
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
vpn_interfaces:
|
||||
wg0:
|
||||
ip: "{{ interfaces.wg0.ipv4 }}"
|
||||
private_key: "{{ vpn_vault_azerty_key }}"
|
||||
public_key: "o9rdoSdnp4twbNbZAMl0wY4sFQh647qqRv6V8HJwMQY="
|
||||
keepalive: true
|
||||
peers:
|
||||
- endpoint: "{{ hostvars['hindley'].interfaces.enp2s0.ipv4 }}"
|
||||
public_key: "{{ hostvars['hindley'].vpn_interfaces.wg0.public_key }}"
|
||||
allowed_ips:
|
||||
- "{{ hostvars['hindley'].vpn_interfaces.wg0.ip }}/{{ interfaces.wg0.netmaskv4 }}"
|
||||
comment: "hindley"
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
ansible_host: "hellman.fil.sand.auro.re"
|
|
@ -1,26 +0,0 @@
|
|||
---
|
||||
interfaces:
|
||||
enp7s0:
|
||||
type: void
|
||||
vmbr0:
|
||||
ipv4: 10.50.2.17
|
||||
netmaskv4: 16
|
||||
type: static
|
||||
bridge: true
|
||||
gateway: 10.50.0.254
|
||||
interfaces:
|
||||
- enp7s0
|
||||
vmbr1:
|
||||
ipv4: "{{ intranet.subnets.guest_hellman.subnets.hellman.ipv4 }}"
|
||||
netmaskv4: "{{ intranet.subnets.guest_hellman.netmaskv4 }}"
|
||||
type: static
|
||||
bridge: true
|
||||
wg0:
|
||||
ipv4: "{{ intranet.subnets.physical.subnets.hellman.ipv4 }}"
|
||||
netmaskv4: "{{ intranet.netmaskv4 }}"
|
||||
type: wireguard
|
||||
|
||||
ipv4_forwarding: true
|
||||
ipv6_forwarding: false
|
||||
|
||||
lan_address: "{{ intranet.subnets.physical.subnets.hellman.ipv4 }}"
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
vpn_interfaces:
|
||||
wg0:
|
||||
ip: "{{ interfaces.wg0.ipv4 }}"
|
||||
private_key: "{{ vpn_vault_hellman_key }}"
|
||||
public_key: "+qV1RHAgSigOkrxUKqpGR83bydmlIHrEiw+A7zjbRk4="
|
||||
keepalive: true
|
||||
peers:
|
||||
- endpoint: "{{ hostvars['hindley'].interfaces.enp2s0.ipv4 }}"
|
||||
public_key: "{{ hostvars['hindley'].vpn_interfaces.wg0.public_key }}"
|
||||
allowed_ips:
|
||||
- "{{ hostvars['hindley'].vpn_interfaces.wg0.ip }}/{{ interfaces.wg0.netmaskv4 }}"
|
||||
comment: "hindley"
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
interfaces:
|
||||
eth0:
|
||||
type: dhcp
|
||||
wg0:
|
||||
ipv4: "{{ intranet.subnets.physical.subnets.rossum.ipv4 }}"
|
||||
netmaskv4: "{{ intranet.netmaskv4 }}"
|
||||
type: wireguard
|
||||
|
||||
ipv4_forwarding: false
|
||||
ipv6_forwarding: false
|
||||
|
||||
lan_address: "{{ intranet.subnets.physical.subnets.rossum.ipv4 }}"
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
vpn_interfaces:
|
||||
wg0:
|
||||
ip: "{{ interfaces.wg0.ipv4 }}"
|
||||
private_key: "{{ vpn_vault_rossum_key }}"
|
||||
public_key: "YNEp3V5wsDLxDR29WhzECOCdOxiOuxuAqUUwS3gJWT4="
|
||||
keepalive: true
|
||||
peers:
|
||||
- endpoint: "{{ hostvars['hindley'].interfaces.enp2s0.ipv4 }}"
|
||||
public_key: "{{ hostvars['hindley'].vpn_interfaces.wg0.public_key }}"
|
||||
allowed_ips:
|
||||
- "{{ hostvars['hindley'].vpn_interfaces.wg0.ip }}/{{ interfaces.wg0.netmaskv4 }}"
|
||||
comment: "hindley"
|
25
hosts
25
hosts
|
@ -4,40 +4,15 @@ all:
|
|||
ubuntu:
|
||||
hosts:
|
||||
hindley:
|
||||
debian_buster:
|
||||
hosts:
|
||||
azerty:
|
||||
debian_bullseye:
|
||||
hosts:
|
||||
matrix_server:
|
||||
proxmox_buster:
|
||||
hosts:
|
||||
hellman:
|
||||
raspbian_buster:
|
||||
hosts:
|
||||
rossum:
|
||||
proxy:
|
||||
hosts:
|
||||
hindley:
|
||||
keycloak_host:
|
||||
hosts:
|
||||
azerty:
|
||||
server_hostname: azerty.fil.sand.auro.re
|
||||
gitea_host:
|
||||
hosts:
|
||||
azerty:
|
||||
server_hostname: azerty.fil.sand.auro.re
|
||||
tests:
|
||||
hosts:
|
||||
rossum:
|
||||
azerty:
|
||||
hellman:
|
||||
vpn:
|
||||
hosts:
|
||||
azerty:
|
||||
hindley:
|
||||
hellman:
|
||||
rossum:
|
||||
matrix_server:
|
||||
apt_proxies:
|
||||
hosts:
|
||||
|
|
Loading…
Reference in a new issue