Added proxmox-vm and static tagging of docker images
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
8
group_vars/proxmox/secrets_vm.yml
Normal file
8
group_vars/proxmox/secrets_vm.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
65336233643939653766663539646638346437653862656539666366353630376231353866336439
|
||||
3661363464343138333038633464646361616161376662610a303266333539306563393464613238
|
||||
36356264633564653265653632323664653133646261656234643235303165393666663539333938
|
||||
3665373736323262650a376564663737666339356666393934653234386234306334633864626130
|
||||
62663831633836373666303365643539336435393165343461346666636463653564343065653962
|
||||
62653163366663386234383462613837316166633735383862646238303263376464366564623631
|
||||
383264383961333035653539313266663463
|
||||
@@ -4,10 +4,19 @@ proxmox_api_password: "{{ vault.pve.aya01.root.sudo }}"
|
||||
|
||||
proxmox_vms:
|
||||
- name: "test-vm-00"
|
||||
hostname: "test-vm-00"
|
||||
node:
|
||||
- "aya01"
|
||||
ostemplate: ""
|
||||
node: "inko"
|
||||
vmid: 950
|
||||
cores: 2
|
||||
cpu: "x86-64-v2-AES"
|
||||
memory: 8192 # in MiB
|
||||
net:
|
||||
net0: "virtio,bridge=vmbr0,firewall=1"
|
||||
scsi:
|
||||
scsi0: "proxmox:64,format=qcow2"
|
||||
scsihw: "virtio-scsi-single"
|
||||
ostype: "l26"
|
||||
sshkeys: "{{ pubkey }}"
|
||||
ciuser: "{{ user }}"
|
||||
|
||||
proxmox_lxcs:
|
||||
- name: "test-lxc-00"
|
||||
|
||||
Reference in New Issue
Block a user