basic tags #10

Merged
sinibaldi merged 1 commits from services_user into main 2026-09-26 20:15:33 +02:00
7 changed files with 20 additions and 6 deletions

View File

@ -1,6 +1,7 @@
---
- name: Evaluate borg client nodes
hosts: all
tags: clients
gather_facts: false
tasks:
- name: Gather configured clients
@ -10,6 +11,7 @@
- name: Configure borg backups system
tags: server
hosts: borg_clients_True:borg
debugger: on_failed
tasks:

View File

@ -1,2 +1,4 @@
---
- include_tasks: forgejo_docker.yaml
- include_tasks: forgejo_docker.yaml
tags:
- forgejo

View File

@ -1,2 +1,4 @@
---
- include_tasks: docker_newt.yaml
tags:
- newt

View File

@ -1,2 +1,4 @@
---
- import_tasks: nextcloud_docker_aio.yaml
- import_tasks: nextcloud_docker_aio.yaml
tags:
- nextcloud

View File

@ -1,2 +1,4 @@
---
- include_tasks: docker_nginx.yaml
- include_tasks: docker_nginx.yaml
tags:
- nginx

View File

@ -1,3 +1,5 @@
---
- ansible.builtin.include_tasks:
file: docker_pangolin.yaml
- include_tasks: docker_pangolin.yaml
tags:
- pamgolin

View File

@ -1,2 +1,4 @@
---
- include_tasks: vaultwarden_docker.yaml
- include_tasks: vaultwarden_docker.yaml
tags:
- vaultwarden