added boomhut play and papermc role
This commit is contained in:
parent
27c333bb55
commit
dc538a3971
6 changed files with 173 additions and 0 deletions
25
plays/boomhut.yml
Normal file
25
plays/boomhut.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue