diff --git a/test.yml b/test.yml index 5c2b28d..7ba4f7b 100644 --- a/test.yml +++ b/test.yml @@ -13,4 +13,16 @@ - name: 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 + +