forked from FF-RGB/ansible
Install dummy endpoint for connectivity tests
This commit is contained in:
parent
0f19c36624
commit
fd33a9c571
1
roles/mesh_wg/files/ping
Normal file
1
roles/mesh_wg/files/ping
Normal file
@ -0,0 +1 @@
|
||||
OK
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user