diff --git a/group_vars/all.yml b/group_vars/all.yml index 219414f..0ce2189 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -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 \ No newline at end of file diff --git a/host_vars/benedikta.yml b/host_vars/benedikta.yml index 71797d4..59dff6d 100644 --- a/host_vars/benedikta.yml +++ b/host_vars/benedikta.yml @@ -1,3 +1,2 @@ appdata_base_path: /home/ovos/.config secrets_path: benedikta-config/env -vault_token_cleaned: "{{ lookup('env','VAULT_TOKEN') }}" diff --git a/host_vars/rikku.yml b/host_vars/rikku.yml index e29669f..a7e7604 100644 --- a/host_vars/rikku.yml +++ b/host_vars/rikku.yml @@ -1,3 +1,2 @@ appdata_base_path: /home/pi/.config/docker secrets_path: rikku-docker/env -vault_token_cleaned: "{{ lookup('env','VAULT_TOKEN') }}" diff --git a/host_vars/rinoa.yml b/host_vars/rinoa.yml index 0bbeba6..deeba28 100644 --- a/host_vars/rinoa.yml +++ b/host_vars/rinoa.yml @@ -1,3 +1,2 @@ appdata_base_path: /home/charish/.docker/config/appdata secrets_path: rinoa-docker/env -vault_token_cleaned: "{{ lookup('env','VAULT_TOKEN') }}"