#Proxmox Ansible Roles

16 messages · Page 1 of 1 (latest)

lunar island
lunar island
#

@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.

coral aspen
#

Awesome man!

#

I might have to borrow some of this!

lunar island
#

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.

fallen seal
#

why do you have geerlinguy.docker in the requirements.yml?

lunar island
#

Future prep. Docker host/node roles are next.

forest fulcrum
#

Good stuff dude.

lunar island
#

Most of that section was grabbed from somebody else (credited at the top of the file). I just added the GPU specific plays.

supple ether
#

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

lunar island
#

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.

lunar island
#

Added a new role (proxmox-cloud-init-template). Allows you to complete a single or multiple vm template(s) based on a dictionary configuration.

lunar island
#

Added a new role (proxmox-vm-buildout). Utilizes the templates created by the proxmox-cloud-init-template role, and builds out vms.

lunar island
#

@fallow swan Perhaps looking through my repo will give you some ideas.

lunar island
#

@tidal lintel Here is a repo I have that might give you some ideas.