Add handlers for apache, defaults for Minecraft

This commit is contained in:
Salt 2020-02-26 18:43:51 -06:00
parent a206c16f43
commit e7623b6c77
3 changed files with 12 additions and 1 deletions

View File

@ -10,7 +10,6 @@
mcname: "botaniapack-1"
mczip: "https://www.assburgers.club/files/botaniapack-1.zip"
mcforge: "1.10.2-12.18.3.2511"
mcport: "25565"
mcmotd: "First time on Assburgers edition"
roles:
- minecraft

View File

@ -0,0 +1,8 @@
#!/usr/bin/ansible-playbook
# vim:ft=ansible:
---
- name: restart apache
service:
name: apache
state: restarted
become: yes

View File

@ -0,0 +1,4 @@
# vim:ft=ansible:
mcname: "default"
mcport: "25565"
mcmotd: "An Ansible-deployed Minecraft server"