Project I am working on for automating some stuff in Proxmox with ansible.
Still some work to do on documentation, but appreciate any feedback.
16 messages · Page 1 of 1 (latest)
Project I am working on for automating some stuff in Proxmox with ansible.
Still some work to do on documentation, but appreciate any feedback.
@coral aspen This is what I have at this point. The proxmox-notification role is a rewrite of the playbook I shared previously. It now incorporates templates to get the postfix configuration in place, and also added the bits for the smtp headers that I learned from your video.
Feel free to do so. It is a mixture of my own creation, plus what others have already done and I borrowed or changed their implementation.
why do you have geerlinguy.docker in the requirements.yml?
Future prep. Docker host/node roles are next.
I love that you automated the "basics" for gpu passthrough!
Good stuff dude.
Most of that section was grabbed from somebody else (credited at the top of the file). I just added the GPU specific plays.
Thanks for sharing this - I'm in the process learning Ansible and this was some very good examples
Will also use it later when I get more familiar with it
You're welcome. I am in the process of finishing up a role to create cloud-init vm templates, should have it added in a few days.
Added a new role (proxmox-cloud-init-template). Allows you to complete a single or multiple vm template(s) based on a dictionary configuration.
Added a new role (proxmox-vm-buildout). Utilizes the templates created by the proxmox-cloud-init-template role, and builds out vms.
@fallow swan Perhaps looking through my repo will give you some ideas.
@tidal lintel Here is a repo I have that might give you some ideas.