roles, docs: update set_postgresql.yaml, gitea.md, vaultwarden.md to remove telegraf annotation

This commit is contained in:
2026-03-19 00:20:43 +09:00
parent ab7e09d90b
commit be07698dae
3 changed files with 0 additions and 3 deletions

View File

@@ -5,7 +5,6 @@
- name: Set connected services list
ansible.builtin.set_fact:
# telegraf has no database
connected_services:
- "ldap"
- "authelia"

View File

@@ -34,7 +34,6 @@ ALTER DATABASE gitea_db OWNER TO gitea;
```yaml
- name: Set connected services list
ansible.builtin.set_fact:
# telegraf has no database
connected_services:
- ...
- "gitea"

View File

@@ -33,7 +33,6 @@ ALTER DATABASE vaultwarden_db OWNER TO vaultwarden;
```yaml
- name: Set connected services list
ansible.builtin.set_fact:
# telegraf has no database
connected_services:
- ...
- "vaultwarden"