infra/ansible/playbooks/surtur.yml

20 lines
351 B
YAML

---
- hosts: surtur
# connection: local
vars_files:
- nothingatall
roles:
- role: firewalld
become: true
tags: [firewalld]
- role: common
tags: [common]
# - rand
- role: configs
tags: [configs]
- role: flathub
tags: [flathub]
- role: tailscale
become: true
tags: [tailscale]