ansible/playbooks/gameservers.yml
Salt abb8090c9b Add new host and enroll it in Paper
Note: currently untested, hopefully shit Just Werks
2020-10-10 22:44:17 -05:00

22 lines
564 B
YAML

#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
---
- hosts: gameservers
roles:
- role: base-backups
tags: [ backups ]
- hosts: paper1.9iron.club
roles:
- role: gitweb
vars:
gitweb_repo: "https://git.9iron.club/salt/thefuck.how"
gitweb_url: "thefuck.how"
gitweb_webroot: "/var/www/thefuck.how"
- role: minecraft-paper
vars:
paper_name: "thefuckhow"
paper_mc_motd: "Brett's new serber"
paper_jre_xms: 1024m
paper_jre_xmx: 2048m
tags: [ gameserver, minecraft, paper ]