[ANSIBLE] Automated PR for swag-config-additions_2025-08-31T07-14-27 - #2 #2

Merged
gitea-sonarqube-bot merged 19 commits from swag-config-additions_2025-08-31T07-14-27 into main 2025-08-31 09:54:15 -04:00
3 changed files with 5 additions and 3 deletions
Showing only changes of commit 260f29efd7 - Show all commits
@@ -113,6 +113,7 @@ jobs:
with:
directory: .
playbook: tar-valon_config_deploy.yml
vault_password: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
key: ${{ secrets.ANSIBLE_PRIVATE_KEY }}
requirements: collections/requirements.yml
options: |
@@ -202,6 +203,7 @@ jobs:
with:
directory: .
playbook: tar-valon_config_deploy.yml
vault_password: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
key: ${{ secrets.ANSIBLE_PRIVATE_KEY }}
requirements: collections/requirements.yml
options: |
@@ -1,8 +1,8 @@
{% set vault_addr = 'https://vault.trez.wtf' %}
{% set secrets_path = 'benedikta-config/env' %}
{% set secrets_path = 'benedikta-docker/env' %}
{
"api_key": "{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='benedikta-config', url=vault_addr, token=vault_token)['secret']['HOME_ASSISTANT_LONG_LIVED_TOKEN'] }}",
"api_key": "{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='benedikta-docker', url=vault_addr, token=vault_token)['secret']['HOME_ASSISTANT_LONG_LIVED_TOKEN'] }}",
"host": "192.168.1.250:8123",
"__mycroft_skill_firstrun": false
}
+1 -1
View File
@@ -1,2 +1,2 @@
appdata_base_path: /home/ovos/.config
secrets_path: benedikta-config/env
secrets_path: benedikta-docker/env