Set up Ansible homelab infrastructure

- Inventory based on tailscale
- Structure of the project
This commit is contained in:
Damien
2026-06-01 10:02:17 +02:00
commit cfacc40854
13 changed files with 105 additions and 0 deletions

11
homelab.yml Normal file
View File

@@ -0,0 +1,11 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/playbook.json
---
- name: Homelab alignment
hosts: online
become: true
roles:
- role: repos
- role: common
- role: ufw
- role: upgrade