From 0a0191543a3ce67df24b8a079870984340b8bda9 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 16 May 2020 17:49:28 -0500 Subject: [PATCH] tags tags tags --- ec2.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ec2.yml b/ec2.yml index b8cf33f..606f5bd 100644 --- a/ec2.yml +++ b/ec2.yml @@ -23,6 +23,7 @@ - role: backups vars: backups_outdir: "/cold/backups" + tags: [ backups ] - role: grafana vars: grafana_mysql_password: !vault | @@ -34,6 +35,7 @@ 33303465616532313339393634386166363162393661393037323835323035386663 grafana_url: "monitor.9iron.club" grafana_webroot: "/var/www/grafana" + tags: [ web, grafana ] - role: gitea vars: gitea_mysql_password: !vault | @@ -57,21 +59,25 @@ 35313266376539366134343562626164616666306338343538663361393964626565303331383234 3565646664333966650a323530356664366262653763363439613534303764366436376634373639 62303264653836656162366362316461656363353539343632616462626231643632 + tags: [ web, gitea ] - role: redirect vars: redirect_from: "9iron.club" redirect_to: "www.9iron.club" redirect_webroot: "/var/www/redirect" + tags: [ web, redirect ] - role: gitweb vars: gitweb_repo: "https://git.9iron.club/salt/www" gitweb_url: "www.9iron.club" gitweb_webroot: "/var/www/www" + tags: [ web, webroot ] - role: dokuwiki vars: dokuwiki_tgz: "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz" dokuwiki_url: "wiki.9iron.club" dokuwiki_webroot: "/var/www/dokuwiki" + tags: [ web, dokuwiki ] - role: nextcloud vars: nextcloud_mysql_password: !vault | @@ -84,6 +90,7 @@ nextcloud_tarbz2: "https://download.nextcloud.com/server/releases/nextcloud-18.0.0.tar.bz2" nextcloud_url: "nc.9iron.club" nextcloud_webroot: "/var/www/nextcloud" + tags: [ web, nextcloud ] - hosts: tag_terraria_vanilla roles: - role: terraria @@ -95,6 +102,7 @@ terraria_worldname: "The Home Base" terraria_port: 7777 terraria_difficulty: 0 + tags: [ gameserver, terraria ] - role: terraria vars: terraria_name: "1401-farm-normal1" @@ -104,6 +112,7 @@ terraria_worldname: "Farman - Normal 1" terraria_port: 7778 terraria_difficulty: 0 + tags: [ gameserver, terraria ] - role: terraria vars: terraria_name: "1401-farm-master1" @@ -113,6 +122,7 @@ terraria_worldname: "Farman - Master 1" terraria_port: 7779 terraria_difficulty: 3 + tags: [ gameserver, terraria ] - hosts: tag_minecraft_ultreload roles: - role: backups @@ -124,6 +134,8 @@ mcmotd: "Going back to the roots edition" mcport: 25565 mcgamemode: 0 + tags: [ gameserver, minecraft ] - hosts: tag_ansiblehost_true roles: - - ansiblehost + - role: ansiblehost + tags: [ ansiblehost ]