From 143162fdd59cc95ec5353f71b3a40395ff823eb9 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Thu, 8 Jul 2021 21:59:59 -0400 Subject: [PATCH] Add Minecraft playbook --- .gitignore | 1 + minecraft.yml | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 minecraft.yml diff --git a/.gitignore b/.gitignore index 3c7cab1..213c524 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,6 @@ !docker.yml !dockerbox.yml !hypervisor.yml +!minecraft.yml !unifi.yml /environments/ diff --git a/minecraft.yml b/minecraft.yml new file mode 100644 index 0000000..2f11e4c --- /dev/null +++ b/minecraft.yml @@ -0,0 +1,21 @@ +# Copyright (C) 2020 Kris Lamoureux +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +- name: Install Minecraft Servers + hosts: minecrafthosts + become: true + roles: + - base + - minecraft +