Install dummy endpoint for connectivity tests
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Bastian 2021-07-25 17:30:58 +02:00
parent 0f19c36624
commit fd33a9c571
2 changed files with 4 additions and 0 deletions

1
roles/mesh_wg/files/ping Normal file
View File

@ -0,0 +1 @@
OK

View File

@ -29,3 +29,6 @@
- name: Install wgskex
apt: deb=http://moepman.eu/tmp/wgskex_0.1.0_amd64.deb
- name: Install ping endpoint
copy: src=ping dest=/var/www/html/ping