added proxmox-specific test...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
31421d601b
commit
ae6fa3c842
12
test.yml
12
test.yml
@ -13,4 +13,16 @@
|
|||||||
- name: Hostname
|
- name: Hostname
|
||||||
ansible.builtin.shell: hostname
|
ansible.builtin.shell: hostname
|
||||||
|
|
||||||
|
- name: Create basic CT
|
||||||
|
community.general.proxmox:
|
||||||
|
vmid: 0000
|
||||||
|
node: pve
|
||||||
|
api_user: root@pam
|
||||||
|
api_host: pve
|
||||||
|
hostname: test
|
||||||
|
ostemplate: 'local:vxrmpl/alpine-3.17-default_20221129_amd64.tar.xz'
|
||||||
|
netif: '{"net0":"name=lan,ip=dhcp,bridge=vmbr0"}'
|
||||||
|
cores: 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user