Fixup line endings
This commit is contained in:
parent
beeee0aeed
commit
5cefce34c0
|
@ -1,15 +1,15 @@
|
||||||
---
|
---
|
||||||
- name: Gather instance facts
|
- name: Gather instance facts
|
||||||
setup:
|
setup:
|
||||||
- block:
|
- block:
|
||||||
- name: Setup rttys
|
- name: Setup rttys
|
||||||
template:
|
template:
|
||||||
src: rttys.json
|
src: rttys.json
|
||||||
dest: "/opt/rtty/rttys.json"
|
dest: "/opt/rtty/rttys.json"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0600
|
mode: 0600
|
||||||
notify:
|
notify:
|
||||||
- restart rttys
|
- restart rttys
|
||||||
tags:
|
tags:
|
||||||
- rttys-config
|
- rttys-config
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
#addr-dev: :5912
|
#addr-dev: :5912
|
||||||
#addr-user: :5913
|
#addr-user: :5913
|
||||||
|
|
||||||
# Auth for http
|
# Auth for http
|
||||||
http-username: {{ rttys_http_username }}
|
http-username: {{ rttys_http_username }}
|
||||||
http-password: {{ rttys_http_pass }}
|
http-password: {{ rttys_http_pass }}
|
||||||
|
|
||||||
#ssl-cert: /etc/rttys/rttys.crt
|
#ssl-cert: /etc/rttys/rttys.crt
|
||||||
#ssl-key: /etc/rttys/rttys.key
|
#ssl-key: /etc/rttys/rttys.key
|
||||||
|
|
||||||
#base-url: /
|
#base-url: /
|
||||||
|
|
||||||
#token: a1d4cdb1a3cd6a0e94aa3599afcddcf5
|
#token: a1d4cdb1a3cd6a0e94aa3599afcddcf5
|
||||||
|
|
||||||
# font-size: 16
|
# font-size: 16
|
||||||
|
|
||||||
# No login required to connect device.
|
# No login required to connect device.
|
||||||
# Values can be device IDs separated by spaces,
|
# Values can be device IDs separated by spaces,
|
||||||
# or a "*" indicates that all devices do not require login
|
# or a "*" indicates that all devices do not require login
|
||||||
# http://localhost:5913/connect/rtty1
|
# http://localhost:5913/connect/rtty1
|
||||||
#white-list: "*"
|
#white-list: "*"
|
||||||
#white-list: rtty1 rtty2
|
#white-list: rtty1 rtty2
|
||||||
|
|
Loading…
Reference in a new issue