added boomhut play and papermc role

This commit is contained in:
Jef Roosens 2025-12-21 21:41:06 +01:00
parent 27c333bb55
commit dc538a3971
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
6 changed files with 173 additions and 0 deletions

25
plays/boomhut.yml Normal file
View file

@ -0,0 +1,25 @@
---
- 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