Skip to content

Commit c73dcdd

Browse files
author
Quentin JOLY
authored
Modèle (#43)
1 parent 8cb3410 commit c73dcdd

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

secret.dev.yaml.example

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
vmtemplate:
2+
debian:
3+
enabled: true
4+
id: 9001
5+
name: Debian
6+
root_password: HugeAndLongPassword
7+
username: debian
8+
password: HugeAndLongPassword
9+
# Depending of the format of the disk
10+
disk_prefix: vd
11+
cpu: 2
12+
memory: 1024
13+
# Only absolute path
14+
ssh_key: /home/kiko/.ssh/id_ed25519.pub
15+
disk_size: 8192
16+
iso:
17+
url: https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-11.6.0-amd64-netinst.iso
18+
checksum: sha512:224cd98011b9184e49f858a46096c6ff4894adff8945ce89b194541afdfd93b73b4666b0705234bd4dff42c0a914fdb6037dd0982efb5813e8a553d8e92e6f51
19+
alpine:
20+
enabled: false
21+
vm_id: 9002
22+
name: Alpine 3
23+
username: debian
24+
password: HugeAndLongPassword
25+
cpu: 2
26+
memory: 1024
27+
ssh_key: /home/kiko/.ssh/id_ed25519.pub
28+
iso:
29+
url: https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/x86_64/alpine-virt-3.17.1-x86_64.iso
30+
checksum: sha256:19d22173b53cd169f65db08a966b51f9ef02750a621902d0d784195d7251b83b
31+
hypervisor:
32+
proxmox:
33+
node_url: "https://proxmox.example.com:8006/api2/json"
34+
node: pve
35+
username: "root@pam"
36+
password: "HugeAndLongPassword"
37+
vm_storage: local-zfs
38+
iso_storage: local
39+
vm_network: vmbr0
40+
libvirt:
41+
pool_dir: ~/.libvirt/pool
42+
pool_name: cluster
43+
# Libvirt will use qemu:///system as URI
44+
provisionning:
45+
debian:
46+
enabled: true
47+
cpu: 2
48+
memory: 1024
49+
# Only compatible for Debian, Alpine is not yet supported
50+
kubernetes:
51+
enabled: true
52+
nodes: 2

0 commit comments

Comments
 (0)