Minor fixes

This commit is contained in:
Roman Katrincak 2015-12-09 12:53:42 +01:00
parent a596fa870f
commit 163f43c1a1
4 changed files with 4 additions and 4 deletions

View File

@ -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 ]

View File

@ -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 (:)!

View File

@ -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

View File

@ -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 }}"