initial commit
This commit is contained in:
20
roles/proxmox-lxc-provision/defaults/main.yaml
Executable file
20
roles/proxmox-lxc-provision/defaults/main.yaml
Executable file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
container_template: "local:vztmpl/debian-12-standard_12.12-1_amd64.tar.zst"
|
||||
container_cores: 4
|
||||
container_memory: 2048
|
||||
container_swap: 2048
|
||||
container_storage: local-zfs
|
||||
container_size: 16
|
||||
container_disk: "{{ container_storage }}:{{ container_size }}"
|
||||
container_ipv4: dhcp
|
||||
container_ipv6: auto
|
||||
container_nameserver: 10.0.0.7
|
||||
container_gateway: 10.0.0.1
|
||||
container_pubkey_file: "~/.ssh/id_ed25519.pub"
|
||||
container_unprivileged: true
|
||||
container_features:
|
||||
- nesting=1
|
||||
container_nvidia_gpu_mount: false
|
||||
container_tags: ["ansible-managed"]
|
||||
clone_type: full
|
||||
container_start: true
|
||||
Reference in New Issue
Block a user