From 9840af13055ecd5c05e2111d3098b1cec422b20e Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 18 Apr 2020 01:14:17 -0500 Subject: [PATCH] Remove Minecraft configuration as server is now retired --- ec2.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/ec2.yml b/ec2.yml index 7f76cd2..fe22bab 100644 --- a/ec2.yml +++ b/ec2.yml @@ -5,26 +5,6 @@ roles: - common - user -- hosts: tag_minecraft_botaniapack - roles: - - role: minecraft - vars: - mcname: "botaniapack-1" - mczip: "https://www.9iron.club/files/botaniapack-1.zip" - mcforge: "1.10.2-12.18.3.2511" - mcmotd: "First time on 9iron edition" - mcport: 25565 - mcgamemode: 0 - - role: minecraft - vars: - mcname: "botaniapack-2" - mczip: "https://www.9iron.club/files/botaniapack-1.zip" - mcforge: "1.10.2-12.18.3.2511" - mcmotd: "Creative testing edition" - mcleveltype: "flat" - mcgensettings: "minecraft:bedrock,3*minecraft:stone,52*minecraft:sandstone;" - mcport: 25566 - mcgamemode: 1 - hosts: tag_ansiblehost_true roles: - ansiblehost