From 0038a8b63321a99062c52e6795b47f2869302da5 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 30 Apr 2020 05:06:42 -0500 Subject: [PATCH] Switch to Gitea --- ec2.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ec2.yml b/ec2.yml index adeff4f..61c66f8 100644 --- a/ec2.yml +++ b/ec2.yml @@ -5,7 +5,7 @@ roles: - common - user -- hosts: tag_gitlab_true +- hosts: tag_gitea_true vars: mysql_root_password: !vault | $ANSIBLE_VAULT;1.1;AES256 @@ -19,9 +19,9 @@ acme_version: 2 acme_webroot: "/var/www/acme" roles: - - role: gitlab + - role: gitea vars: - gitlab_mysql_password: !vault | + gitea_mysql_password: !vault | $ANSIBLE_VAULT;1.1;AES256 62353264353465316661353738666161313036373761666163663733656461316536636334386335 6161386630663739363439383237343065333239613134610a383036373735326536386464343164 @@ -29,8 +29,8 @@ 3364306566323666310a323034303434613237643665643637633430353437316339356463646331 33353062343164396465326365653561626363343961326363633231303736316436643935646161 3933353234613430373930663832643934613233383635613433 - gitlab_url: "git.9iron.club" - gitlab_webroot: "/var/www/gitlab" + gitea_url: "git.9iron.club" + gitea_webroot: "/var/www/gitea" - hosts: tag_minecraft_ultreload roles: - role: minecraft