12 lines
274 B
YAML
12 lines
274 B
YAML
# 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
|