Minor fixes
This commit is contained in:
parent
a596fa870f
commit
163f43c1a1
@ -2,7 +2,7 @@
|
||||
|
||||
release=$(/bin/uname -r)
|
||||
nodeid=$( /bin/echo {{ sn_mesh_MAC }} | /bin/sed s/://g)
|
||||
meshh_if=$(/bin/cat /sys/class/net/*/address | /bin/grep -v ^00:00:00)
|
||||
meshh_if=$(/bin/cat /sys/class/net/troisdorf*/address | /bin/grep -v ^00:00:00)
|
||||
tempfile=/tmp/alfred_info
|
||||
|
||||
if [ -f $tempfile ]
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Server name ending must be a single digit number
|
||||
communityname="troisdorf"
|
||||
server="troisdorf1 troisdorf2 troisdorf3 troisdorf4 troisdorf5 troisdorf6"
|
||||
server="troisdorf1 troisdorf2 troisdorf3 troisdorf4 troisdorf5 troisdorf6 troisdorf9"
|
||||
domain="freifunk-troisdorf.de"
|
||||
mtu=1500
|
||||
# community MAC address, without the last Byte (:)!
|
||||
|
@ -9,7 +9,7 @@ interface=eth0
|
||||
; session with the broker
|
||||
max_cookies=1024
|
||||
; Maximum number of tunnels that will be allowed by the broker
|
||||
max_tunnels=50
|
||||
max_tunnels=150
|
||||
; Tunnel port base
|
||||
port_base=15000
|
||||
; Tunnel id base
|
||||
|
@ -250,7 +250,7 @@
|
||||
- name: Send notification message via Slack
|
||||
local_action:
|
||||
module: slack
|
||||
token:
|
||||
token: "{{ slack_token }}"
|
||||
msg: "{{ inventory_hostname }} completed"
|
||||
channel: "#technik"
|
||||
username: "Ansible on {{ inventory_hostname }}"
|
||||
|
Loading…
Reference in New Issue
Block a user