diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-07-04 17:55:08 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-07-04 17:55:08 +0200 |
commit | 94b2a52eb1fb9bbeb6947015be4a30941307690d (patch) | |
tree | 7322b9c30a8d88062a579b4b4ceec5c454a14fdb /inventory/host_vars | |
parent | cloud install: support custom partition layout (diff) |
remove ch-hcloudtest
Diffstat (limited to 'inventory/host_vars')
-rw-r--r-- | inventory/host_vars/ch-hcloudtest.yml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/inventory/host_vars/ch-hcloudtest.yml b/inventory/host_vars/ch-hcloudtest.yml deleted file mode 100644 index 0a2ca334..00000000 --- a/inventory/host_vars/ch-hcloudtest.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -install: - cloud: - credentials: - token: "{{ vault_hcloud_api_token }}" - server_name: "{{ host_name }}" - system_lvm: - size: 13G - volumes: - - name: root - size: 7G - filesystem: ext4 - mountpoint: / - - name: srv - size: 1G - filesystem: ext4 - mountpoint: /srv - mount_options: - - ro - -network: {} |