infra/ansible/playbooks/surtur.yml

22 lines
397 B
YAML
Raw Normal View History

2023-07-03 14:01:38 +02:00
---
- hosts: surtur
# connection: local
vars_files:
- nothingatall
roles:
2023-08-02 12:34:32 +02:00
- role: firewalld
become: true
tags: [firewalld]
- role: common
tags: [common]
2023-07-03 14:01:38 +02:00
# - rand
2023-08-02 13:51:21 +02:00
- role: sshconfig
tags: [sshconfig]
- role: configs
tags: [configs]
- role: flathub
tags: [flathub]
2023-07-29 23:41:16 +02:00
- role: tailscale
become: true
tags: [tailscale]