mirror of
https://git.fsfe.org/fsfe-system-hackers/innernet-playbook.git
synced 2024-11-22 06:33:11 +01:00
minor fix and added berzelius to test
This commit is contained in:
parent
c12b11237f
commit
a3be2b81d9
@ -11,7 +11,7 @@ steps:
|
||||
pull: if-not-exists
|
||||
image: nixery.dev/shell/fping
|
||||
commands:
|
||||
- fping 10.200.64.1 10.200.64.2 10.200.64.3 10.200.64.4 10.200.64.5 10.200.64.7 10.200.64.8
|
||||
- fping 10.200.64.1 10.200.64.2 10.200.64.3 10.200.64.4 10.200.64.5 10.200.64.7 10.200.64.8 10.200.64.9
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -26,7 +26,7 @@ steps:
|
||||
pull: if-not-exists
|
||||
image: nixery.dev/shell/fping
|
||||
commands:
|
||||
- fping 10.200.64.1 10.200.64.3 10.200.64.4 10.200.64.5 10.200.64.6 10.200.64.7 10.200.64.8
|
||||
- fping 10.200.64.1 10.200.64.3 10.200.64.4 10.200.64.5 10.200.64.6 10.200.64.7 10.200.64.8 10.200.64.9
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -41,7 +41,7 @@ steps:
|
||||
pull: if-not-exists
|
||||
image: nixery.dev/shell/fping
|
||||
commands:
|
||||
- fping 10.200.64.1 10.200.64.2 10.200.64.4 10.200.64.5 10.200.64.6 10.200.64.7 10.200.64.8
|
||||
- fping 10.200.64.1 10.200.64.2 10.200.64.4 10.200.64.5 10.200.64.6 10.200.64.7 10.200.64.8 10.200.64.9
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -56,4 +56,4 @@ steps:
|
||||
pull: if-not-exists
|
||||
image: nixery.dev/shell/fping
|
||||
commands:
|
||||
- fping 10.200.64.1 10.200.64.2 10.200.64.3 10.200.64.5 10.200.64.6 10.200.64.7 10.200.64.8
|
||||
- fping 10.200.64.1 10.200.64.2 10.200.64.3 10.200.64.5 10.200.64.6 10.200.64.7 10.200.64.8 10.200.64.9
|
||||
|
@ -26,13 +26,13 @@
|
||||
- wireguard-tools
|
||||
|
||||
- name: Copy package to host
|
||||
tags: [never, update]
|
||||
tags: [update]
|
||||
synchronize:
|
||||
src: "innernet.deb"
|
||||
dest: "/tmp/innernet.deb"
|
||||
|
||||
- name: Install package
|
||||
tags: [never, update]
|
||||
tags: [update]
|
||||
apt:
|
||||
deb: "/tmp/innernet.deb"
|
||||
update_cache: true
|
||||
|
Loading…
Reference in New Issue
Block a user