Add external minecraft role

This commit is contained in:
2020-08-30 16:11:36 -04:00
parent 2fbf9925fa
commit 88cca40522
6 changed files with 33 additions and 0 deletions

1
dev/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
roles/

View File

@@ -0,0 +1,6 @@
# base
allow_reboot: false
manage_network: false
# minecraft
minecraft_eula: true

8
dev/minecraft.yml Normal file
View File

@@ -0,0 +1,8 @@
- name: Install Minecraft
hosts: all
become: true
vars_files:
- host_vars/minecraft.yml
roles:
- base
- minecraft