diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-02 23:34:46 -0800 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-03 00:00:12 -0800 |
commit | 7b7cc300f9ad8be13be21fd18e61d94fd8272208 (patch) | |
tree | c6818b9acc88e1f27ac8aded0937cfb081e2a9a6 /group_vars | |
parent | 463fa26b06f166fab5412b2ccaae7f75f6ab878e (diff) | |
download | oldinfra-7b7cc300f9ad8be13be21fd18e61d94fd8272208.tar.gz oldinfra-7b7cc300f9ad8be13be21fd18e61d94fd8272208.zip |
add httpsms env vars
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/phoneof.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/group_vars/phoneof.yml b/group_vars/phoneof.yml index 86349ea..9c26738 100644 --- a/group_vars/phoneof.yml +++ b/group_vars/phoneof.yml @@ -1,3 +1,4 @@ from_phone_number: "{{ lookup('env', 'FROM_PHONE_NUMBER')}}" to_phone_number: "{{ lookup('env', 'TO_PHONE_NUMBER')}}" httpsms_api_token: "{{ lookup('env', 'HTTPSMS_API_TOKEN')}}" +httpsms_signing_key: "{{ lookup('env', 'HTTPSMS_SIGNING_KEY')}}" |