Refactor the vault/secrets
This commit is contained in:
parent
11c339ce92
commit
28f2e9a33a
32 changed files with 144 additions and 83 deletions
|
|
@ -2,7 +2,7 @@
|
|||
teamspeak_fallback_check_server: ts.sneiso.eu
|
||||
teamspeak_fallback_check_port: 30033
|
||||
|
||||
teamspeak_fallback_webhook_token: "{{ vault_teamspeak_fallback.webhook_token }}"
|
||||
teamspeak_fallback_webhook_token: "{{ undef() }}"
|
||||
|
||||
teamspeak_fallback_user: 9987
|
||||
teamspeak_fallback_group: 9987
|
||||
|
|
@ -28,7 +28,7 @@ teamspeak_fallback_yml:
|
|||
and:
|
||||
- match:
|
||||
type: value
|
||||
value: "{{ teamspeak_fallback_webhook_token }}"
|
||||
value: "{{ teamspeak_fallback_webhook_token | mandatory }}"
|
||||
parameter:
|
||||
source: header
|
||||
name: X-Webhook-Token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue