Switch to Gitea

This commit is contained in:
Salt 2020-04-30 05:06:42 -05:00
parent f0028cdda0
commit 0038a8b633

10
ec2.yml
View File

@ -5,7 +5,7 @@
roles: roles:
- common - common
- user - user
- hosts: tag_gitlab_true - hosts: tag_gitea_true
vars: vars:
mysql_root_password: !vault | mysql_root_password: !vault |
$ANSIBLE_VAULT;1.1;AES256 $ANSIBLE_VAULT;1.1;AES256
@ -19,9 +19,9 @@
acme_version: 2 acme_version: 2
acme_webroot: "/var/www/acme" acme_webroot: "/var/www/acme"
roles: roles:
- role: gitlab - role: gitea
vars: vars:
gitlab_mysql_password: !vault | gitea_mysql_password: !vault |
$ANSIBLE_VAULT;1.1;AES256 $ANSIBLE_VAULT;1.1;AES256
62353264353465316661353738666161313036373761666163663733656461316536636334386335 62353264353465316661353738666161313036373761666163663733656461316536636334386335
6161386630663739363439383237343065333239613134610a383036373735326536386464343164 6161386630663739363439383237343065333239613134610a383036373735326536386464343164
@ -29,8 +29,8 @@
3364306566323666310a323034303434613237643665643637633430353437316339356463646331 3364306566323666310a323034303434613237643665643637633430353437316339356463646331
33353062343164396465326365653561626363343961326363633231303736316436643935646161 33353062343164396465326365653561626363343961326363633231303736316436643935646161
3933353234613430373930663832643934613233383635613433 3933353234613430373930663832643934613233383635613433
gitlab_url: "git.9iron.club" gitea_url: "git.9iron.club"
gitlab_webroot: "/var/www/gitlab" gitea_webroot: "/var/www/gitea"
- hosts: tag_minecraft_ultreload - hosts: tag_minecraft_ultreload
roles: roles:
- role: minecraft - role: minecraft