11 lines
368 B
YAML
11 lines
368 B
YAML
# 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
|