Files
homelab-ansible/homelab.yml
Damien 19c5371601 Update homelab playbook and UFW role
Change hosts target from online to managed
Add tags to UFW role tasks
Set default UFW policies
Allow traffic on Tailscale interface
2026-06-01 10:21:18 +02:00

16 lines
312 B
YAML

# yaml-language-server: $schema=https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/playbook.json
---
- name: Homelab alignment
hosts: managed
become: true
roles:
- role: ufw
tags: ufw
- role: repos
tags: repos
- role: upgrade
tags: upgrade