change
This commit is contained in:
22
site.yml
22
site.yml
@@ -14,17 +14,27 @@
|
||||
|
||||
roles:
|
||||
- role: 01-server_hardening
|
||||
tags: ['hardening', 'security']
|
||||
tags:
|
||||
- hardening
|
||||
- security
|
||||
|
||||
- role: 02-installation-java
|
||||
tags: ['java', 'prerequisites']
|
||||
tags:
|
||||
- java
|
||||
- prerequisites
|
||||
|
||||
- role: 03-installation-Minecraft
|
||||
tags: ['minecraft', 'installation']
|
||||
- role: 03-Installation-Minecraft
|
||||
tags:
|
||||
- minecraft
|
||||
- installation
|
||||
|
||||
- role: 04-backups
|
||||
tags: ['backup', 'maintenance']
|
||||
tags:
|
||||
- backup
|
||||
- maintenance
|
||||
|
||||
- role: 05-Update
|
||||
tags: ['update', 'maintenance']
|
||||
tags:
|
||||
- update
|
||||
- maintenance
|
||||
when: update_check | default(false)
|
Reference in New Issue
Block a user