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-02 23:34:46 -0800 |
commit | 463fa26b06f166fab5412b2ccaae7f75f6ab878e (patch) | |
tree | dc7096ce104d86f5beed68d5e59d00e8773c025c /group_vars | |
parent | e4f968cec07f2e881e7ef5966a5bf56735a96ee8 (diff) | |
download | oldinfra-463fa26b06f166fab5412b2ccaae7f75f6ab878e.tar.gz oldinfra-463fa26b06f166fab5412b2ccaae7f75f6ab878e.zip |
add httpsms env vars
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/phoneof.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/group_vars/phoneof.yml b/group_vars/phoneof.yml new file mode 100644 index 0000000..86349ea --- /dev/null +++ b/group_vars/phoneof.yml @@ -0,0 +1,3 @@ +from_phone_number: "{{ lookup('env', 'FROM_PHONE_NUMBER')}}" +to_phone_number: "{{ lookup('env', 'TO_PHONE_NUMBER')}}" +httpsms_api_token: "{{ lookup('env', 'HTTPSMS_API_TOKEN')}}" |