sort variables

This commit is contained in:
Antonio J. Delgado 2023-07-09 18:01:08 +03:00
parent 7593c67bfd
commit 47f6c4ebbe

View file

@ -1,17 +1,8 @@
---
mastodon_initial_setup: false
mastodon_owner: MyUser
mastodon_owner_email: myemail@example.org
mastodon_environment: production
redis_pass: "{{ vault_mastodon_redis_password }}"
redis_host: redis
redis_port: 6379
redis_cache_host: redis-volatile
redis_cache_port: 6379
mastodon_repo: https://github.com/ajdelgado/mastodon.git # https://github.com/mastodon/mastodon.git # I had problems using the upstream so I had to update a few things
mastodon_secret_key_base: "{{ vault_mastodon_secret_key_base }}"
mastodon_otp_secret: "{{ vault_mastodon_otp_secret }}"
@ -37,6 +28,11 @@ mastodon_db_user: "{{ mastodon_user }}"
mastodon_path: "live"
mastodon_nginx_symlink: "/var/www/html/mastodon"
redis_pass: "{{ vault_mastodon_redis_password }}"
redis_host: redis
redis_port: 6379
redis_cache_host: redis-volatile
redis_cache_port: 6379
vapid_public_key: "{{ vault_mastodon_vapid_public_key }}"
vapid_private_key: "{{ vault_mastodon_vapid_private_key }}"