sort variables
This commit is contained in:
parent
7593c67bfd
commit
47f6c4ebbe
1 changed files with 5 additions and 9 deletions
|
@ -1,17 +1,8 @@
|
||||||
---
|
---
|
||||||
mastodon_initial_setup: false
|
mastodon_initial_setup: false
|
||||||
|
|
||||||
mastodon_owner: MyUser
|
mastodon_owner: MyUser
|
||||||
mastodon_owner_email: myemail@example.org
|
mastodon_owner_email: myemail@example.org
|
||||||
|
|
||||||
mastodon_environment: production
|
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_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_secret_key_base: "{{ vault_mastodon_secret_key_base }}"
|
||||||
mastodon_otp_secret: "{{ vault_mastodon_otp_secret }}"
|
mastodon_otp_secret: "{{ vault_mastodon_otp_secret }}"
|
||||||
|
@ -37,6 +28,11 @@ mastodon_db_user: "{{ mastodon_user }}"
|
||||||
mastodon_path: "live"
|
mastodon_path: "live"
|
||||||
mastodon_nginx_symlink: "/var/www/html/mastodon"
|
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_public_key: "{{ vault_mastodon_vapid_public_key }}"
|
||||||
vapid_private_key: "{{ vault_mastodon_vapid_private_key }}"
|
vapid_private_key: "{{ vault_mastodon_vapid_private_key }}"
|
||||||
|
|
Loading…
Reference in a new issue