feat: add labels to swarm workers

This commit is contained in:
Alexander Navarro 2024-12-10 18:52:58 -03:00
parent d318880600
commit 7a01bb6abf
5 changed files with 40 additions and 14 deletions

View file

@ -0,0 +1,11 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/ansible/ansible-lint/refs/heads/main/src/ansiblelint/schemas/playbook.json
---
- name: Deploy homelab services
hosts: 10.0.10.50
tasks:
- name: Deploy RSS Feed
community.docker.docker_stack:
state: present
name: rss
compose:
- files/docker/stack-rss.yml