server/test.yml

29 lines
557 B
YAML
Raw Normal View History

---
- name: Hello World
gather_facts: false
hosts: all
tasks:
- name: Say hello
debug:
msg: "Hello World"
- 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