diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-11-18 11:49:36 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-11-18 11:49:36 +0100 |
commit | 1b22c962c4e8015c30d90c2f41fa0815102ff676 (patch) | |
tree | b7c49444d1feb54f0dfb7c58cd15ba2962c8591f /inventory | |
parent | add syncoid backups for ch-mimas (diff) |
add testvm for edis-kvm cloud provider
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/group_vars/edis-kvm/vars.yml | 2 | ||||
-rw-r--r-- | inventory/host_vars/ch-testvm-edis.yml | 7 | ||||
-rw-r--r-- | inventory/hosts.ini | 8 |
3 files changed, 17 insertions, 0 deletions
diff --git a/inventory/group_vars/edis-kvm/vars.yml b/inventory/group_vars/edis-kvm/vars.yml new file mode 100644 index 00000000..4ac7032d --- /dev/null +++ b/inventory/group_vars/edis-kvm/vars.yml @@ -0,0 +1,2 @@ +--- +cloud_provider: edis-kvm diff --git a/inventory/host_vars/ch-testvm-edis.yml b/inventory/host_vars/ch-testvm-edis.yml new file mode 100644 index 00000000..8ee9bfa1 --- /dev/null +++ b/inventory/host_vars/ch-testvm-edis.yml @@ -0,0 +1,7 @@ +--- +install: + cloud: + id: kvm_94527_260205 + credentials: + email: equinox@chaos-at-home.org + password: "{{ vault_edis_api_password }}" diff --git a/inventory/hosts.ini b/inventory/hosts.ini index cf867c90..c7c21ef0 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -45,6 +45,7 @@ ch-testvm-atlas host_name=testvm-atlas ch-mimas-legacy host_name=mimas ch-mimas host_name=mimas ch-testvm-hcloud host_name=testvm-hcloud +ch-testvm-edis host_name=testvm-edis ch-telesto host_name=telesto ch-calypso host_name=calypso @@ -499,6 +500,13 @@ hcloud scaleway-kernel +[edis-kvm] +ch-testvm-edis + +[edis:children] +edis-kvm + + ## misc [accesspoints:children] ele-ap |