infra/ansible/playbooks/surtur.yml

24 lines
461 B
YAML
Raw Permalink 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: sshconfigdmachines
tags: [sshconfigdmachines]
- role: configs
tags: [configs]
- role: flathub
tags: [flathub]
2023-07-29 23:41:16 +02:00
- role: tailscale
become: true
tags: [tailscale]