Add bec_atlas_token via vault

This commit is contained in:
2025-09-25 15:20:33 +02:00
parent 11b5fd3146
commit b1ff8185e3
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
$ANSIBLE_VAULT;1.1;AES256
36366366306164663466323233346665353733616132353232323032633434356334353964363966
6466633939623765383966636632633938353632373262310a613065353163333831336538333533
61636338336532336265666336636239393561373164373833663466376162366633346266613734
3330363332303435300a623131356431343464383935653338303533626631646132636566346130
39646632383661616138306631616435633432656465336135343365383466313966
+1 -1
View File
@@ -4,4 +4,4 @@ deployment_path: "{{ deployment_path_prefix }}/{{ deployment_name }}_deployments
timestamped_deployment_path: "{{ deployment_path }}/{{ ansible_date_time['iso8601_basic_short'] }}"
bec_venv_path: "{{ timestamped_deployment_path }}/bec_venv"
user_git_branch_name: "{{ git_username }}_{{ deployment_name }}_{{ ansible_date_time['iso8601_basic_short'] }}"
bec_atlas_token: "{{ lookup('env', 'BEC_ATLAS_TOKEN') }}"
bec_atlas_token: "{{ lookup('file', 'bec_atlas_token') }}"