tags tags tags

This commit is contained in:
Salt 2020-05-16 17:49:28 -05:00
parent efa6a69fad
commit 0a0191543a

14
ec2.yml
View File

@ -23,6 +23,7 @@
- role: backups - role: backups
vars: vars:
backups_outdir: "/cold/backups" backups_outdir: "/cold/backups"
tags: [ backups ]
- role: grafana - role: grafana
vars: vars:
grafana_mysql_password: !vault | grafana_mysql_password: !vault |
@ -34,6 +35,7 @@
33303465616532313339393634386166363162393661393037323835323035386663 33303465616532313339393634386166363162393661393037323835323035386663
grafana_url: "monitor.9iron.club" grafana_url: "monitor.9iron.club"
grafana_webroot: "/var/www/grafana" grafana_webroot: "/var/www/grafana"
tags: [ web, grafana ]
- role: gitea - role: gitea
vars: vars:
gitea_mysql_password: !vault | gitea_mysql_password: !vault |
@ -57,21 +59,25 @@
35313266376539366134343562626164616666306338343538663361393964626565303331383234 35313266376539366134343562626164616666306338343538663361393964626565303331383234
3565646664333966650a323530356664366262653763363439613534303764366436376634373639 3565646664333966650a323530356664366262653763363439613534303764366436376634373639
62303264653836656162366362316461656363353539343632616462626231643632 62303264653836656162366362316461656363353539343632616462626231643632
tags: [ web, gitea ]
- role: redirect - role: redirect
vars: vars:
redirect_from: "9iron.club" redirect_from: "9iron.club"
redirect_to: "www.9iron.club" redirect_to: "www.9iron.club"
redirect_webroot: "/var/www/redirect" redirect_webroot: "/var/www/redirect"
tags: [ web, redirect ]
- role: gitweb - role: gitweb
vars: vars:
gitweb_repo: "https://git.9iron.club/salt/www" gitweb_repo: "https://git.9iron.club/salt/www"
gitweb_url: "www.9iron.club" gitweb_url: "www.9iron.club"
gitweb_webroot: "/var/www/www" gitweb_webroot: "/var/www/www"
tags: [ web, webroot ]
- role: dokuwiki - role: dokuwiki
vars: vars:
dokuwiki_tgz: "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz" dokuwiki_tgz: "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz"
dokuwiki_url: "wiki.9iron.club" dokuwiki_url: "wiki.9iron.club"
dokuwiki_webroot: "/var/www/dokuwiki" dokuwiki_webroot: "/var/www/dokuwiki"
tags: [ web, dokuwiki ]
- role: nextcloud - role: nextcloud
vars: vars:
nextcloud_mysql_password: !vault | nextcloud_mysql_password: !vault |
@ -84,6 +90,7 @@
nextcloud_tarbz2: "https://download.nextcloud.com/server/releases/nextcloud-18.0.0.tar.bz2" nextcloud_tarbz2: "https://download.nextcloud.com/server/releases/nextcloud-18.0.0.tar.bz2"
nextcloud_url: "nc.9iron.club" nextcloud_url: "nc.9iron.club"
nextcloud_webroot: "/var/www/nextcloud" nextcloud_webroot: "/var/www/nextcloud"
tags: [ web, nextcloud ]
- hosts: tag_terraria_vanilla - hosts: tag_terraria_vanilla
roles: roles:
- role: terraria - role: terraria
@ -95,6 +102,7 @@
terraria_worldname: "The Home Base" terraria_worldname: "The Home Base"
terraria_port: 7777 terraria_port: 7777
terraria_difficulty: 0 terraria_difficulty: 0
tags: [ gameserver, terraria ]
- role: terraria - role: terraria
vars: vars:
terraria_name: "1401-farm-normal1" terraria_name: "1401-farm-normal1"
@ -104,6 +112,7 @@
terraria_worldname: "Farman - Normal 1" terraria_worldname: "Farman - Normal 1"
terraria_port: 7778 terraria_port: 7778
terraria_difficulty: 0 terraria_difficulty: 0
tags: [ gameserver, terraria ]
- role: terraria - role: terraria
vars: vars:
terraria_name: "1401-farm-master1" terraria_name: "1401-farm-master1"
@ -113,6 +122,7 @@
terraria_worldname: "Farman - Master 1" terraria_worldname: "Farman - Master 1"
terraria_port: 7779 terraria_port: 7779
terraria_difficulty: 3 terraria_difficulty: 3
tags: [ gameserver, terraria ]
- hosts: tag_minecraft_ultreload - hosts: tag_minecraft_ultreload
roles: roles:
- role: backups - role: backups
@ -124,6 +134,8 @@
mcmotd: "Going back to the roots edition" mcmotd: "Going back to the roots edition"
mcport: 25565 mcport: 25565
mcgamemode: 0 mcgamemode: 0
tags: [ gameserver, minecraft ]
- hosts: tag_ansiblehost_true - hosts: tag_ansiblehost_true
roles: roles:
- ansiblehost - role: ansiblehost
tags: [ ansiblehost ]