26 lines
481 B
YAML
26 lines
481 B
YAML
---
|
|
- hosts: boomhut
|
|
gather_facts: false
|
|
become: true
|
|
roles:
|
|
- 'any.common.python'
|
|
- 'any.common.debian-user'
|
|
tags: first
|
|
|
|
- hosts: boomhut
|
|
become: true
|
|
roles:
|
|
# - 'any.common.debian-repositories'
|
|
- 'any.tools.default'
|
|
- 'any.tools.restic'
|
|
# First change SSH settings before enabling firewall
|
|
- 'any.common.ssh'
|
|
- 'any.tools.ufw'
|
|
tags: base
|
|
|
|
- hosts: boomhut
|
|
become: true
|
|
roles:
|
|
- 'any.software.papermc-podman'
|
|
tags: papermc
|