Skip to content
Snippets Groups Projects
Commit 7a368fe3 authored by Paul's avatar Paul :turtle:
Browse files

fix meshvpn related tasks

parent a4fada5e
No related branches found
No related tags found
No related merge requests found
Pipeline #4542 passed with warnings
# real host address
# MAC address: de:ad:ca:fe:<gateway>:<iface-type>
ip4: 10.130.0.255
ip6: 2001:67c:2d50::aaaa
ip6_ula: fdef:ffc0:3dd7::aaaa
......
......@@ -42,10 +42,8 @@
# enable services
# download public keys to our local machine
- name: run meshvpn-keys update script
script: /usr/local/lib/ffhl/update-meshvpn-keys.sh
command: /usr/local/lib/ffhl/update-meshvpn-keys.sh
- name: enable fastd instances
loop: "{{ mesh_vpn_instances }}"
......
......@@ -29,7 +29,6 @@
- isc-dhcp-server
- openssh-server
- prometheus-node-exporter
- python-apt
- radvd
# - systemd-timesyncd causes dependency hell atm
# tools
......
......@@ -32,10 +32,8 @@
- haveged.service
- netfilter-persistent.service
- isc-dhcp-server.service
- pdns-recursor.service
- radvd.service
- systemd-networkd.service
- update-ffhl-dns.timer
- update-ffhl-mesh-vpn.timer
- systemd-journald
- fastd
......
......@@ -12,5 +12,7 @@ git --git-dir="$DIR/.git" --work-tree="$DEST" reset --hard
rm -rf "$DIR"
{% for instance in mesh_vpn_instances %}
systemctl reload 'fastd@{{ instance.name }}.service'
if [ systemctl is-active fastd@{{ instance.name }} ]; then
systemctl reload 'fastd@{{ instance.name }}.service'
fi
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment