new version
Some checks failed
Some checks failed
This commit is contained in:
@@ -1,32 +1,19 @@
|
||||
---
|
||||
# Variables internes du rôle
|
||||
# Variables Minecraft
|
||||
minecraft_service_name: minecraft
|
||||
spigot_jar_name: "spigot-{{ minecraft_version }}.jar"
|
||||
buildtools_jar: "BuildTools.jar"
|
||||
server_jar_path: "{{ minecraft_server_dir }}/{{ spigot_jar_name }}"
|
||||
build_tools_jar: "BuildTools.jar"
|
||||
|
||||
# Liste des répertoires à créer
|
||||
minecraft_dirs:
|
||||
- "{{ minecraft_base_dir }}"
|
||||
- "{{ minecraft_server_dir }}"
|
||||
- "{{ minecraft_sources_dir }}"
|
||||
- "{{ minecraft_tools_dir }}"
|
||||
- "{{ minecraft_server_dir }}/plugins"
|
||||
- "{{ minecraft_server_dir }}/world"
|
||||
- "{{ minecraft_server_dir }}/world_nether"
|
||||
- "{{ minecraft_server_dir }}/world_the_end"
|
||||
- "{{ minecraft_server_dir }}/logs"
|
||||
- "{{ minecraft_server_dir }}/crash-reports"
|
||||
- "{{ minecraft_base_dir }}/scripts"
|
||||
# Plugins par défaut
|
||||
default_plugins:
|
||||
- name: "WorldEdit"
|
||||
url: "https://dev.bukkit.org/projects/worldedit/files/latest"
|
||||
- name: "Vault"
|
||||
url: "https://dev.bukkit.org/projects/vault/files/latest"
|
||||
|
||||
# Packages requis pour la compilation
|
||||
build_packages:
|
||||
- git
|
||||
- build-essential
|
||||
- screen
|
||||
- htop
|
||||
- iotop
|
||||
- wget
|
||||
- curl
|
||||
|
||||
# Configuration JVM
|
||||
jvm_flags: "-XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1"
|
||||
# Configuration logs
|
||||
logrotate_config:
|
||||
rotate: 30
|
||||
size: "100M"
|
||||
compress: true
|
||||
delaycompress: true
|
Reference in New Issue
Block a user