make yamllint happy

This commit is contained in:
Michael Rennecke 2020-11-13 21:16:49 +01:00
parent e0e849b96d
commit 7beb58a0a2
7 changed files with 25 additions and 30 deletions

10
.yamllint Normal file
View File

@ -0,0 +1,10 @@
---
extends: default
rules:
truthy:
allowed-values:
- 'true'
- 'false'
- 'yes'
- 'no'

View File

@ -66,23 +66,3 @@ all:
gogs:
server_defs:
- "gogs-web-1 127.0.0.1:3000 check"
#git.0rpheus.net {
# proxy / 127.0.0.1:3000 {
# except /css /fonts /js /img
# }
# root /opt/gogs/public/
#}
#dav.0rpheus.net {
# proxy / 127.0.0.1:8009/servlet/dav/ {
# transparent
# }
#}

View File

@ -9,4 +9,8 @@
# handlers for etckeeper
- name: Record changes in etckeeper
shell: "if etckeeper unclean; then etckeeper commit '{{ etckeeper_message }}'; fi"
shell: |-
if etckeeper unclean
then
etckeeper commit '{{ etckeeper_message }}'
fi

View File

@ -1,3 +1,4 @@
---
nextcloud_data: /srv/nextcloud.0rpheus.net/html/
nextcloud_version: 16