|
|
|
@ -133,6 +133,15 @@ platforms:
|
|
|
|
|
ip: 192.168.10.130
|
|
|
|
|
groups:
|
|
|
|
|
- vpn
|
|
|
|
|
- name: test-wg-centos7-kernel-plus
|
|
|
|
|
box: generic/centos7
|
|
|
|
|
interfaces:
|
|
|
|
|
- auto_config: true
|
|
|
|
|
network_name: private_network
|
|
|
|
|
type: static
|
|
|
|
|
ip: 192.168.10.140
|
|
|
|
|
groups:
|
|
|
|
|
- vpn
|
|
|
|
|
|
|
|
|
|
provisioner:
|
|
|
|
|
name: ansible
|
|
|
|
@ -212,6 +221,12 @@ provisioner:
|
|
|
|
|
wireguard_port: 51820
|
|
|
|
|
wireguard_persistent_keepalive: "30"
|
|
|
|
|
wireguard_endpoint: "192.168.10.130"
|
|
|
|
|
test-wg-centos7-kernel-plus:
|
|
|
|
|
wireguard_address: "10.10.10.140/24"
|
|
|
|
|
wireguard_port: 51820
|
|
|
|
|
wireguard_persistent_keepalive: "30"
|
|
|
|
|
wireguard_endpoint: "192.168.10.140"
|
|
|
|
|
wireguard_centos7_installation_method: "kernel-plus"
|
|
|
|
|
|
|
|
|
|
scenario:
|
|
|
|
|
name: kvm
|
|
|
|
|