Fix pre-commit hooks and move directories
roles/ and inventory/ are now in playbooks/ also fixed issues reported by ansible-lint
This commit is contained in:
parent
dc398ddb6e
commit
4104057771
123 changed files with 91 additions and 39 deletions
playbooks
41
playbooks/for-ansible-lint.yml
Normal file
41
playbooks/for-ansible-lint.yml
Normal file
|
@ -0,0 +1,41 @@
|
|||
---
|
||||
- name: Run all roles
|
||||
hosts: serguzim_net
|
||||
vars:
|
||||
host_services: "{{ all_services | my_service_attributes(inventory_hostname) | union(common_services) }}"
|
||||
roles:
|
||||
- acme_dns
|
||||
- always
|
||||
- authentik
|
||||
- backup
|
||||
- caddy
|
||||
- extra_services
|
||||
- faas
|
||||
- forgejo
|
||||
- forgejo_runner
|
||||
- gatus
|
||||
- healthcheck
|
||||
- homebox
|
||||
- immich
|
||||
- influxdb
|
||||
- jellyfin
|
||||
- lego
|
||||
- linkwarden
|
||||
- mailcowdockerized
|
||||
- minecraft_2
|
||||
- minio
|
||||
- ntfy
|
||||
- postgresql
|
||||
- reitanlage_oranienburg
|
||||
- shlink
|
||||
- software
|
||||
- synapse
|
||||
- tandoor
|
||||
- teamspeak_fallback
|
||||
- telegraf
|
||||
- tinytinyrss
|
||||
- umami
|
||||
- vikunja
|
||||
- watchtower
|
||||
- wiki_js
|
||||
- woodpecker
|
Loading…
Add table
Add a link
Reference in a new issue