Move more vars for Gitea, polish 9iron.yml
This commit is contained in:
parent
b023bc1ea1
commit
7091be6f60
@ -2,16 +2,13 @@
|
||||
# vim:ft=ansible:
|
||||
|
||||
## BACKEND
|
||||
# ACME endpoint
|
||||
# Switch me around if you're going to be doing testing!
|
||||
# Otherwise you WILL get ratelimited!
|
||||
# ACME
|
||||
acme_directory: "https://acme-v02.api.letsencrypt.org/directory"
|
||||
#acme_directory: "https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||
#acme_directory: "https://acme-staging-v02.api.letsencrypt.org/directory" # Testing ACME endpoint
|
||||
acme_version: 2
|
||||
acme_webroot: "/var/www/acme"
|
||||
|
||||
# AWS Backups
|
||||
aws_backup_bucket: "9iron-backups-general"
|
||||
|
||||
# MySQL
|
||||
mysql_root_password: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
@ -37,7 +34,6 @@ gitea_app_name: "9iron Gitea"
|
||||
gitea_disable_registration: "false"
|
||||
gitea_root_directory: "/cold/gitea-repositories/"
|
||||
gitea_url: "git.9iron.club"
|
||||
gitea_webroot: "/var/www/gitea"
|
||||
gitea_admin_username: "salt"
|
||||
gitea_admin_email: "rehashedsalt@cock.li"
|
||||
gitea_admin_password: !vault |
|
||||
|
@ -4,3 +4,4 @@ gitea_app_name: "Ansible Gitea"
|
||||
gitea_push_create_user: "true"
|
||||
gitea_push_create_org: "false"
|
||||
gitea_disable_registration: "true"
|
||||
gitea_webroot: "/var/www/gitea"
|
||||
|
Loading…
Reference in New Issue
Block a user