diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-06-07 05:03:36 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-06-07 05:03:36 +0200 |
commit | 55e5ad550e315909a4e0c54ffa2e1a35fd308a9e (patch) | |
tree | 7c0d406d31682d5bf93b8b3ec4c3ff6b715432e8 /inventory/host_vars | |
parent | update gpg keys (diff) |
fix ch-gnocchi playbook
Diffstat (limited to 'inventory/host_vars')
-rw-r--r-- | inventory/host_vars/ch-gnocchi.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-gnocchi.yml b/inventory/host_vars/ch-gnocchi.yml index d5525443..a6452c12 100644 --- a/inventory/host_vars/ch-gnocchi.yml +++ b/inventory/host_vars/ch-gnocchi.yml @@ -12,6 +12,12 @@ network: domain: spreadspace.org +apt_repo_components: + - main + - contrib + - non-free ## for microcode updates + + installer_lvm: vg: "{{ host_name }}" lv: installer |