summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-hcloudtest.yml
blob: 0a2ca334d0cb94d1eccb625f4b1db7f093401112 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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: {}