From ae6fa3c8425c6f235a89b403a8cec6c3ce5aa619 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 6 Jul 2023 17:40:06 +0300 Subject: [PATCH] added proxmox-specific test... Signed-off-by: Alex A. Naanou --- test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 + +