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:
|
package:
|
||||||
# ferm:
|
# ferm:
|
||||||
# installed: true
|
# installed: true
|
||||||
strongswan:
|
wireguard:
|
||||||
|
installed: true
|
||||||
|
wireguard-tools:
|
||||||
installed: true
|
installed: true
|
||||||
port:
|
port:
|
||||||
udp:68:
|
udp:68:
|
||||||
@ -10,7 +12,7 @@ service:
|
|||||||
# dnsmasq:
|
# dnsmasq:
|
||||||
# enabled: true
|
# enabled: true
|
||||||
# running: true
|
# running: true
|
||||||
strongswan:
|
wireguard:
|
||||||
enabled: true
|
enabled: true
|
||||||
running: true
|
running: true
|
||||||
ssh:
|
ssh:
|
||||||
@ -51,6 +53,13 @@ command:
|
|||||||
- 4 received = 1
|
- 4 received = 1
|
||||||
stderr: []
|
stderr: []
|
||||||
timeout: 10000
|
timeout: 10000
|
||||||
|
command:
|
||||||
|
ping -c 4 10.0.0.2:
|
||||||
|
exit-status: 0
|
||||||
|
stdout:
|
||||||
|
- 4 received = 1
|
||||||
|
stderr: []
|
||||||
|
timeout: 10000
|
||||||
#process:
|
#process:
|
||||||
# dnsmasq:
|
# dnsmasq:
|
||||||
# running: true
|
# running: true
|
||||||
@ -64,4 +73,4 @@ interface:
|
|||||||
enp0s9:
|
enp0s9:
|
||||||
exists: true
|
exists: true
|
||||||
addrs:
|
addrs:
|
||||||
- 192.168.1.2/24
|
- 192.168.1.2/24
|
||||||
|
Loading…
x
Reference in New Issue
Block a user