diff --git a/ec2.yml b/ec2.yml index 8715222..f9893fa 100644 --- a/ec2.yml +++ b/ec2.yml @@ -5,16 +5,6 @@ roles: - common - user -- hosts: tag_minecraft_ultreload - roles: - - role: minecraft - vars: - mcname: "ftbult-reloaded-smp" - mczip: "https://media.forgecdn.net/files/2746/974/FTBUltimateReloadedServer_1.8.0.zip" - mcforge: "1.12.2-14.23.5.2846" - mcmotd: "Going back to the roots edition" - mcport: 25565 - mcgamemode: 0 - hosts: tag_www_true vars: mysql_root_password: !vault | @@ -79,6 +69,16 @@ nextcloud_tarbz2: "https://download.nextcloud.com/server/releases/nextcloud-18.0.0.tar.bz2" nextcloud_url: "nc.9iron.club" nextcloud_webroot: "/var/www/nextcloud" +- hosts: tag_minecraft_ultreload + roles: + - role: minecraft + vars: + mcname: "ftbult-reloaded-smp" + mczip: "https://media.forgecdn.net/files/2746/974/FTBUltimateReloadedServer_1.8.0.zip" + mcforge: "1.12.2-14.23.5.2846" + mcmotd: "Going back to the roots edition" + mcport: 25565 + mcgamemode: 0 - hosts: tag_ansiblehost_true roles: - ansiblehost