2019-09-15 01:24:44 -05:00
|
|
|
#!/usr/bin/env ansible-playbook
|
2019-08-30 14:13:34 -05:00
|
|
|
# vim:ft=ansible:
|
|
|
|
---
|
2019-09-15 01:26:37 -05:00
|
|
|
- hosts: ec2
|
2019-09-14 11:49:23 -05:00
|
|
|
roles:
|
|
|
|
- common
|
2020-02-05 20:23:20 -06:00
|
|
|
- user
|
2020-05-10 08:15:27 -05:00
|
|
|
- influxdb
|
2020-02-23 23:45:11 -06:00
|
|
|
- hosts: tag_www_true
|
2020-02-10 01:29:59 -06:00
|
|
|
roles:
|
2020-05-06 02:18:52 -05:00
|
|
|
- role: backups
|
|
|
|
vars:
|
|
|
|
backups_outdir: "/cold/backups"
|
2020-05-16 17:49:28 -05:00
|
|
|
tags: [ backups ]
|
2020-05-20 11:02:07 -05:00
|
|
|
- role: dokuwiki
|
|
|
|
tags: [ web, dokuwiki ]
|
2020-05-01 14:10:12 -05:00
|
|
|
- role: gitea
|
2020-05-16 17:49:28 -05:00
|
|
|
tags: [ web, gitea ]
|
2020-05-20 11:02:07 -05:00
|
|
|
- role: grafana
|
|
|
|
tags: [ web, grafana ]
|
|
|
|
- role: nextcloud
|
|
|
|
tags: [ web, nextcloud ]
|
2020-02-11 04:26:24 -06:00
|
|
|
- role: redirect
|
|
|
|
vars:
|
2020-02-27 05:16:02 -06:00
|
|
|
redirect_from: "9iron.club"
|
|
|
|
redirect_to: "www.9iron.club"
|
2020-02-11 04:26:24 -06:00
|
|
|
redirect_webroot: "/var/www/redirect"
|
2020-05-16 17:49:28 -05:00
|
|
|
tags: [ web, redirect ]
|
2020-02-20 05:26:32 -06:00
|
|
|
- role: gitweb
|
|
|
|
vars:
|
2020-04-30 13:26:16 -05:00
|
|
|
gitweb_repo: "https://git.9iron.club/salt/www"
|
2020-02-27 05:16:02 -06:00
|
|
|
gitweb_url: "www.9iron.club"
|
2020-02-26 19:10:21 -06:00
|
|
|
gitweb_webroot: "/var/www/www"
|
2020-05-16 17:49:28 -05:00
|
|
|
tags: [ web, webroot ]
|
2020-05-15 10:11:32 -05:00
|
|
|
- hosts: tag_terraria_vanilla
|
|
|
|
roles:
|
|
|
|
- role: terraria
|
|
|
|
vars:
|
2020-05-16 10:25:06 -05:00
|
|
|
terraria_name: "1401-main"
|
2020-05-15 10:11:32 -05:00
|
|
|
terraria_password: "dicks"
|
2020-05-15 10:49:42 -05:00
|
|
|
terraria_worldsize: 3
|
|
|
|
terraria_motd: "New major release edition"
|
2020-05-16 10:25:06 -05:00
|
|
|
terraria_worldname: "The Home Base"
|
2020-05-15 10:49:42 -05:00
|
|
|
terraria_port: 7777
|
2020-05-16 17:43:11 -05:00
|
|
|
terraria_difficulty: 0
|
2020-05-16 17:49:28 -05:00
|
|
|
tags: [ gameserver, terraria ]
|
2020-05-16 10:25:06 -05:00
|
|
|
- role: terraria
|
|
|
|
vars:
|
|
|
|
terraria_name: "1401-farm-normal1"
|
|
|
|
terraria_password: "dicks"
|
|
|
|
terraria_worldsize: 3
|
|
|
|
terraria_motd: "New major release edition"
|
|
|
|
terraria_worldname: "Farman - Normal 1"
|
|
|
|
terraria_port: 7778
|
2020-05-16 17:43:11 -05:00
|
|
|
terraria_difficulty: 0
|
2020-05-16 17:49:28 -05:00
|
|
|
tags: [ gameserver, terraria ]
|
2020-05-16 10:25:06 -05:00
|
|
|
- role: terraria
|
|
|
|
vars:
|
2020-05-16 16:43:21 -05:00
|
|
|
terraria_name: "1401-farm-master1"
|
2020-05-16 10:25:06 -05:00
|
|
|
terraria_password: "dicks"
|
|
|
|
terraria_worldsize: 3
|
|
|
|
terraria_motd: "New major release edition"
|
2020-05-16 16:43:21 -05:00
|
|
|
terraria_worldname: "Farman - Master 1"
|
2020-05-16 10:25:06 -05:00
|
|
|
terraria_port: 7779
|
2020-05-16 16:43:21 -05:00
|
|
|
terraria_difficulty: 3
|
2020-05-16 17:49:28 -05:00
|
|
|
tags: [ gameserver, terraria ]
|
2020-05-01 14:17:28 -05:00
|
|
|
- hosts: tag_minecraft_ultreload
|
|
|
|
roles:
|
2020-05-06 02:18:52 -05:00
|
|
|
- role: backups
|
2020-05-01 14:17:28 -05:00
|
|
|
- role: minecraft
|
|
|
|
vars:
|
|
|
|
mcname: "ftbult-reloaded-smp"
|
|
|
|
mczip: "https://media.forgecdn.net/files/2746/974/FTBUltimateReloadedServer_1.8.0.zip"
|
|
|
|
mcforge: "1.12.2-14.23.5.2846"
|
|
|
|
mcmotd: "Going back to the roots edition"
|
|
|
|
mcport: 25565
|
|
|
|
mcgamemode: 0
|
2020-05-16 17:49:28 -05:00
|
|
|
tags: [ gameserver, minecraft ]
|
2020-04-18 03:15:46 -05:00
|
|
|
- hosts: tag_ansiblehost_true
|
|
|
|
roles:
|
2020-05-16 17:49:28 -05:00
|
|
|
- role: ansiblehost
|
|
|
|
tags: [ ansiblehost ]
|