Fix issues reported by ansible-lint

This commit is contained in:
Tobias Reisinger 2023-12-13 02:43:15 +01:00
parent a90840b1dc
commit 2e100d290f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
59 changed files with 315 additions and 244 deletions

View file

@ -3,4 +3,5 @@
tags:
- wiki-js
block:
- import_tasks: deploy-common-service.yml
- name: Import tasks to deploy common service
ansible.builtin.import_tasks: tasks/deploy-common-service.yml

View file

@ -1,5 +1,6 @@
---
svc:
domain: "wiki.serguzim.me"
domain: wiki.serguzim.me
name: wiki-js
port: 3000
db:
@ -7,7 +8,7 @@ svc:
port: "{{ postgres.port }}"
user: "{{ vault_wiki_js.db.user }}"
pass: "{{ vault_wiki_js.db.pass }}"
name: "wikijs"
name: wikijs
svc_env:
DB_TYPE: postgres