Skip to content

Instantly share code, notes, and snippets.

View digilink's full-sized avatar

Stephen Brown digilink

View GitHub Profile
@digilink
digilink / container_deploy.yml
Created July 8, 2021 23:01
Ansible Proxmox LXC deploy
---
- name: Proxmox lxc provision
hosts: pxsrv01
tasks:
- name: Create new container
proxmox:
vmid: '{{ vmid }}'
api_user: root@pam
api_token_id: root-ansible-token