Fixup line endings

This commit is contained in:
KemoNine 2020-08-09 15:57:58 -04:00
parent beeee0aeed
commit 5cefce34c0
2 changed files with 37 additions and 37 deletions

View File

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

View File

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