summaryrefslogtreecommitdiffstats
path: root/host_vars/pve.local.yml.example
blob: 1c3c964cd8d400ad19de55c1f042c638c2d22465 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
# Disable wifi connection on PVE, it's connected with LAN
network_wifi_ssid: ""
network_wifi_pass: ""
network_ipv4_address: "10.0.0.250"
network_ipv4_gateway: "10.0.0.254"
network_ipv4_dns: "10.0.0.254"
network_bridge_interface: "eth0"

# Generate with: ssh-keygen -t ed25519 -f host_key -C '' -N ''
ssh_public_key: "ssh-ed25519 AAAA...fMo"
ssh_private_key: |
  -----BEGIN OPENSSH PRIVATE KEY-----
  b3BlbnNzaC1r..........................................................
  ......................................................................
  ...................BAgME
  -----END OPENSSH PRIVATE KEY-----

pve_admin_user: "admin"
pve_admin_password: "changeme"
pve_storage_device: "/dev/sda4"

restic_version: "0.19.0"

ethtool_wol_interface: "eth0"
logind_lid_ac_action: "ignore"