Actually update game1's playbooks
This commit is contained in:
parent
dd458f1310
commit
e41d721d36
@ -2,7 +2,7 @@
|
||||
# vim:ft=ansible:
|
||||
# Game servers
|
||||
---
|
||||
- hosts: game1.thefuck.how
|
||||
- hosts: game1.desu.ltd
|
||||
vars_files:
|
||||
- vars/factorio-main.yml
|
||||
roles:
|
||||
@ -42,14 +42,14 @@
|
||||
tags: [ game, factorio ]
|
||||
# Vanilla Ice
|
||||
# Note that this one doesn't get a nightly restart job because Paper is awesome
|
||||
- hosts: game1.thefuck.how
|
||||
- hosts: game1.desu.ltd
|
||||
vars_files:
|
||||
- vars/minecraft-vanilla.yml
|
||||
roles:
|
||||
- role: minecraft
|
||||
tags: [ game, minecraft, paper, vanilla ]
|
||||
# Valhelsia
|
||||
- hosts: game1.thefuck.how
|
||||
- hosts: game1.desu.ltd
|
||||
tasks:
|
||||
- name: restart minecraft@valhelsia nightly
|
||||
cron: name=restart-valhelsia hour=5 minute=0 job="systemctl restart minecraft@valhelsia" disabled={{ not minecraft_enabled }}
|
||||
@ -60,7 +60,7 @@
|
||||
- role: minecraft
|
||||
tags: [ game, minecraft, forge, valhelsia ]
|
||||
# The Magic Pack
|
||||
- hosts: game1.thefuck.how
|
||||
- hosts: game1.desu.ltd
|
||||
tasks:
|
||||
- name: restart minecraft@dammit nightly
|
||||
cron: name=restart-dammit hour=5 minute=0 job="systemctl restart minecraft@dammit" disabled={{ not minecraft_enabled }}
|
||||
|
@ -121,7 +121,7 @@
|
||||
tags: [ web, apache ]
|
||||
- role: certbot
|
||||
tags: [ web, certbot ]
|
||||
- hosts: game1.thefuck.how
|
||||
- hosts: game1.desu.ltd
|
||||
vars_files:
|
||||
- vars/apache.yml
|
||||
- vars/php-fpm.yml
|
||||
@ -136,7 +136,7 @@
|
||||
certbot_certs:
|
||||
- domains:
|
||||
- thefuck.how
|
||||
- game1.thefuck.how
|
||||
- game1.desu.ltd
|
||||
tags: [ web, certbot ]
|
||||
- role: php
|
||||
tags: [ web, php ]
|
||||
@ -146,7 +146,7 @@
|
||||
- servername: thefuck.how
|
||||
extra_parameters: |
|
||||
Redirect permanent / https://thefuck.how/
|
||||
- servername: game1.thefuck.how
|
||||
- servername: game1.desu.ltd
|
||||
extra_parameters: |
|
||||
Redirect permanent / https://thefuck.how/
|
||||
apache_vhosts_ssl:
|
||||
@ -155,7 +155,7 @@
|
||||
certificate_file: /etc/letsencrypt/live/thefuck.how/fullchain.pem
|
||||
certificate_key_file: /etc/letsencrypt/live/thefuck.how/privkey.pem
|
||||
certificate_chain_file: /etc/letsencrypt/live/thefuck.how/chain.pem
|
||||
- servername: game1.thefuck.how
|
||||
- servername: game1.desu.ltd
|
||||
extra_parameters: |
|
||||
Redirect permanent / https://thefuck.how/
|
||||
certificate_file: /etc/letsencrypt/live/thefuck.how/fullchain.pem
|
||||
|
Loading…
Reference in New Issue
Block a user