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