Really, still trying to wake up... 🍵🫖
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 17s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Failing after 1m53s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Failing after 2m15s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Failing after 1m39s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Has been skipped

This commit is contained in:
2025-08-31 08:39:56 -04:00
parent 65661fe348
commit 4bf48fc928
4 changed files with 11 additions and 4 deletions
+11 -1
View File
@@ -1,6 +1,16 @@
---
# Base path for all templates
template_base_path: "{{ playbook_dir }}/app-configs"
# Vault server address
vault_addr: "https://vault.trez.wtf"
vault_token: !vault |
$ANSIBLE_VAULT;1.1;AES256
37616432333132393339343239636338316535316335316361356665326237656631323938346131
3034643139613239636432646632333230306266616434610a653431666563343637363262393931
36306632386564323239666332616637323938323165313164303261663265383863306230653538
3662373164373734310a633630316566323437633162646530306362666133303338646463303934
61626636303862623962363965393363366166313733646266663237643531633936373738366136
35323235363566343931313633383536396633653964386632666265373930303761636565643539
38386264636163613632633366623663663463306136303962303530303830366164303731353739
62653938356235393133343163323933633566303266626166353862626431363862643835633832
65363863363938356432626366303834646534386332666361663163383663383436
-1
View File
@@ -1,3 +1,2 @@
appdata_base_path: /home/ovos/.config
secrets_path: benedikta-config/env
vault_token_cleaned: "{{ lookup('env','VAULT_TOKEN') }}"
-1
View File
@@ -1,3 +1,2 @@
appdata_base_path: /home/pi/.config/docker
secrets_path: rikku-docker/env
vault_token_cleaned: "{{ lookup('env','VAULT_TOKEN') }}"
-1
View File
@@ -1,3 +1,2 @@
appdata_base_path: /home/charish/.docker/config/appdata
secrets_path: rinoa-docker/env
vault_token_cleaned: "{{ lookup('env','VAULT_TOKEN') }}"