forked from gadmin/gsb2023
Merge branch 'main' of https://gitea.lyc-lecastel.fr/gadmin/gsb2023
This commit is contained in:
commit
56f3780480
@ -1,7 +1,9 @@
|
||||
package:
|
||||
# ferm:
|
||||
# installed: true
|
||||
strongswan:
|
||||
wireguard:
|
||||
installed: true
|
||||
wireguard-tools:
|
||||
installed: true
|
||||
port:
|
||||
udp:68:
|
||||
@ -10,7 +12,7 @@ service:
|
||||
# dnsmasq:
|
||||
# enabled: true
|
||||
# running: true
|
||||
strongswan:
|
||||
wireguard:
|
||||
enabled: true
|
||||
running: true
|
||||
ssh:
|
||||
@ -51,6 +53,13 @@ command:
|
||||
- 4 received = 1
|
||||
stderr: []
|
||||
timeout: 10000
|
||||
command:
|
||||
ping -c 4 10.0.0.2:
|
||||
exit-status: 0
|
||||
stdout:
|
||||
- 4 received = 1
|
||||
stderr: []
|
||||
timeout: 10000
|
||||
#process:
|
||||
# dnsmasq:
|
||||
# running: true
|
||||
@ -64,4 +73,4 @@ interface:
|
||||
enp0s9:
|
||||
exists: true
|
||||
addrs:
|
||||
- 192.168.1.2/24
|
||||
- 192.168.1.2/24
|
||||
|
Loading…
x
Reference in New Issue
Block a user