mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
fix remaining yaml lint nitpicks
- add missing document start (---) to contact-points.yml and docker-compose files - fix extra spaces inside braces in dotfiles and common role tasks
This commit is contained in:
parent
6f5cb82ab9
commit
dc10ceacf5
6 changed files with 10 additions and 6 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
# Authelia - SSO/authentication portal with LLDAP + MariaDB
|
# Authelia - SSO/authentication portal with LLDAP + MariaDB
|
||||||
# Host: helsinki-a (100.67.6.27)
|
# Host: helsinki-a (100.67.6.27)
|
||||||
# Data: /root/authelia/
|
# Data: /root/authelia/
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
# Bitwarden - Self-hosted password manager
|
# Bitwarden - Self-hosted password manager
|
||||||
# Host: helsinki-a (100.67.6.27)
|
# Host: helsinki-a (100.67.6.27)
|
||||||
# Data: Docker volume (bitwarden)
|
# Data: Docker volume (bitwarden)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
# Forgejo - Self-hosted Git forge
|
# Forgejo - Self-hosted Git forge
|
||||||
# Host: helsinki-a (100.67.6.27)
|
# Host: helsinki-a (100.67.6.27)
|
||||||
# Data: /srv/forgejo/data
|
# Data: /srv/forgejo/data
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
apiVersion: 1
|
apiVersion: 1
|
||||||
|
|
||||||
# Contact points — defines where alerts are sent.
|
# Contact points — defines where alerts are sent.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue