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