ansible/9iron.yml

85 lines
2.9 KiB
YAML
Raw Normal View History

#!/usr/bin/env ansible-playbook
2019-08-30 14:13:34 -05:00
# vim:ft=ansible:
---
2020-05-20 11:08:52 -05:00
- hosts: all
2019-09-14 11:49:23 -05:00
roles:
- common
2020-02-05 20:23:20 -06:00
- user
- influxdb
- role: user
vars:
user_username: salt
user_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
37666131343936663962386535343939373161343337383436613961303637376136633736353533
3366623536646563383563373265313134663464396231370a303033353661336436386561366139
30393536393634653566646636366436656435623534626266343632313336336336346131383361
3366343932383930350a383637646261373135376138633533306530306339316235353262356135
34626466363266616265653064333365663663306330666632343864373335626265323230633331
33623431633665353964623437636231623366383733626266353162633762373035376638663936
62383065653836366431316461663862393130653761643937376565366435646665313961663534
64303363653631653433343361616635373966326433663466636164613062343561333036613937
35616666633737356331653632323639373330396433366639326466373639313630
- hosts: 9iron.club
roles:
- role: backups
vars:
backups_outdir: "/cold/backups"
2020-05-16 17:49:28 -05:00
tags: [ backups ]
- role: dokuwiki
tags: [ web, dokuwiki ]
- role: gitea
2020-05-16 17:49:28 -05:00
tags: [ web, gitea ]
- role: grafana
tags: [ web, grafana ]
- role: nextcloud
tags: [ web, nextcloud ]
- role: redirect
vars:
redirect_from: "9iron.club"
redirect_to: "www.9iron.club"
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:
gitweb_repo: "https://git.9iron.club/salt/www"
gitweb_url: "www.9iron.club"
gitweb_webroot: "/var/www/www"
2020-05-16 17:49:28 -05:00
tags: [ web, webroot ]
- hosts: terraria.9iron.club
roles:
- role: terraria
vars:
terraria_name: "1401-main"
terraria_password: "dicks"
2020-05-15 10:49:42 -05:00
terraria_worldsize: 3
terraria_motd: "New major release edition"
terraria_worldname: "The Home Base"
2020-05-15 10:49:42 -05:00
terraria_port: 7777
terraria_difficulty: 0
2020-05-16 17:49:28 -05:00
tags: [ gameserver, terraria ]
- 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
terraria_difficulty: 0
2020-05-16 17:49:28 -05:00
tags: [ gameserver, terraria ]
- role: terraria
vars:
2020-05-16 16:43:21 -05:00
terraria_name: "1401-farm-master1"
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"
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 ]
- hosts: ansiblehosts
2020-04-18 03:15:46 -05:00
roles:
2020-05-16 17:49:28 -05:00
- role: ansiblehost
tags: [ ansiblehost ]