blob: fe14f69df28c354a039c9b0830125334cfaf1f8b (
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
27
28
29
|
---
network_ipv4_address: "10.0.0.102"
network_ipv4_gateway: "10.0.0.254"
network_ipv4_dns: "10.0.0.254"
pve_lxc_id: 102
pve_lxc_hostname: "git"
pve_lxc_template: "alpine-3.23-default_20260116_amd64.tar.xz"
pve_lxc_disk: "local-lvm:4" # storage:sizeGB
pve_lxc_cores: 1
pve_lxc_memory: 256
pve_lxc_ip: "{{ network_ipv4_address }}/24"
pve_lxc_gateway: "{{ network_ipv4_gateway }}"
pve_lxc_dns: "{{ network_ipv4_dns }}"
pve_lxc_ssh_port: 2222
cgit_hostname: "git.home.arpa"
cgit_title: "git.example.com"
cgit_description: "git repositories"
cgit_ssh_user: "git"
backup_name: "git"
backup_paths:
- "/srv/git"
backup_cron_schedule: "0 0 * * 0"
backup_repo: "s3:http://10.0.0.254:3900/backups"
backup_access_key_id: "GK_CHAGNEME"
backup_secret_access_key: "CHANGEME"
backup_password: "changeme"
|