Add additional workstation Betelgeuse

This commit is contained in:
Jannik Beyerstedt 2020-07-18 23:06:38 +02:00
parent bbb48bcf8c
commit 3e9ece5237
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
/sbin/ifconfig $INTERFACE down
/bin/ip route del {{ tinc_remote_nets[0].net_cidr }} dev eth0
{% elif ansible_hostname == 'Magrathea' %}
{% elif ansible_os_family == 'Darwin' %}
/sbin/ifconfig $INTERFACE down
/sbin/route -n delete -net {{ tinc_remote_nets[0].net_cidr }} {{ tinc_remote_nets[0].gateway }}