-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feat/outline-healthcheck
- Loading branch information
Showing
43 changed files
with
292 additions
and
1,257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ secret_oauth2_proxy: | |
koala_env: | ||
environment: "production" | ||
oidc_signing_key_location: "/var/www/koala/signing-key.pem" | ||
git_ref: "v2.26.0" | ||
git_ref: "v2.28.0" | ||
|
||
secret_koala: | ||
# To change, generate new token using 'rake secret', and recompile + deploy | ||
|
@@ -57,13 +57,6 @@ secret_backup_aws: | |
access_key: "{{ vault_secret_backup_aws.access_key }}" | ||
secret_key: "{{ vault_secret_backup_aws.secret_key }}" | ||
|
||
secret_execut_website_aws: | ||
access_key: "{{ vault_secret_execut_website_aws.access_key }}" | ||
secret_key: "{{ vault_secret_execut_website_aws.secret_key }}" | ||
|
||
secret_execut_website_secretkey: | ||
"{{ vault_secret_execut_website_secretkey }}" | ||
|
||
# To change, regenerate the token in Mollie's web interface. | ||
secret_mollie_token: "{{ vault_secret_mollie_token }}" | ||
|
||
|
@@ -145,8 +138,6 @@ secret_outline: | |
secret_koala_manual: | ||
password: "{{ vault_secret_koala_manual.password }}" | ||
|
||
freight_ssh_pub_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFOXjzub9wBK7/eOu4sceuGu3JoAJAoulNtqlt+A4XvT [email protected]" | ||
|
||
secret_healthchecks_io: | ||
ping_key: "{{ vault_secret_healthchecks_io.ping_key }}" | ||
|
||
|
@@ -167,3 +158,7 @@ secret_chroma: | |
|
||
fallacious_rooster: | ||
git_tag: "0.1.4" | ||
|
||
digidecs: | ||
git_tag: "0.1.0" | ||
server_port: 65437 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,12 +49,6 @@ secret_backup_aws: | |
access_key: "{{ vault_secret_backup_aws.access_key }}" | ||
secret_key: "{{ vault_secret_backup_aws.secret_key }}" | ||
|
||
secret_execut_website_aws: | ||
access_key: "{{ vault_secret_execut_website_aws.access_key }}" | ||
secret_key: "{{ vault_secret_execut_website_aws.secret_key }}" | ||
|
||
secret_execut_website_secretkey: "{{ vault_secret_execut_website_secretkey }}" | ||
|
||
# To change, regenerate the token in Mollie's web interface. | ||
secret_mollie_token: "{{ vault_secret_mollie_token }}" | ||
|
||
|
@@ -136,8 +130,6 @@ secret_outline: | |
secret_koala_manual: | ||
password: "{{ vault_secret_koala_manual.password }}" | ||
|
||
freight_ssh_pub_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHQiL2YN1yBeUAwWZENc8lPK3Kj1kIG/57IbAuxL9yTk [email protected]" | ||
|
||
secret_healthchecks_io: | ||
ping_key: "{{ vault_secret_healthchecks_io.ping_key }}" | ||
|
||
|
@@ -158,3 +150,7 @@ secret_chroma: | |
|
||
fallacious_rooster: | ||
git_tag: "0.1.4" | ||
|
||
digidecs: | ||
git_tag: "0.1.0" | ||
server_port: 65437 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
|
||
backups_node_version: "22" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
- name: "restart digidecs" | ||
ansible.builtin.service: | ||
name: "digidecs" | ||
state: "restarted" |
Oops, something went wrong.