diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-02-03 02:59:51 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-02-03 02:59:51 +0100 |
commit | 41270aaf3c6f034018db2de682b341c260331e53 (patch) | |
tree | 7a0e6e8dbd6c35b331f51eb8a1f6213ca46a4d34 /inventory/group_vars/elevate | |
parent | fix wording (diff) |
ele-thetys basic install works now
Diffstat (limited to 'inventory/group_vars/elevate')
-rw-r--r-- | inventory/group_vars/elevate/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory/group_vars/elevate/main.yml b/inventory/group_vars/elevate/main.yml index 83358981..0b573193 100644 --- a/inventory/group_vars/elevate/main.yml +++ b/inventory/group_vars/elevate/main.yml @@ -2,3 +2,7 @@ zsh_banner: elevate acmetool_account_email: equinox@elevate.at + +blackmagic_desktopvideo_apt: + username: "elevate" + password: "{{ vault_blackmagic_desktopvideo_apt.password }}" |