Automating Lunavi Cloud with Ansible

Posted on June 11, 2021Tags , , , ,   Leave a comment on Automating Lunavi Cloud with Ansible

I’ve put together a basic ansible play that will create a user in the Lunavi vCloud geo us-mid-01. This post covers the basics of installing and authenticating to the API. It will create an idempotent user name ‘test’ with ‘Organizational Administrator’ privileges. This just covers the basics. I would highly recommend encrypting the passwords via the ansible-vault command. Assumptions Item Value Notes OS Ubuntu 20.04 Any install of Ubuntu 20.04 (or any modern linux should suffice) Python Python 3.8 Python … Continue reading “Automating Lunavi Cloud with Ansible”