feat: add labels to swarm workers
This commit is contained in:
parent
d318880600
commit
7a01bb6abf
5 changed files with 40 additions and 14 deletions
11
playbooks/docker/services.yaml
Normal file
11
playbooks/docker/services.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue