OpenNebula / one-deploy

Apache License 2.0
23 stars 10 forks source link

Consider implementing a set of OpenNebula modules in Python #70

Open sk4zuzu opened 2 months ago

sk4zuzu commented 2 months ago

Having a complete set of OpenNebula ansible modules could improve one-deploy project as we would replace shell/cli code with dedicated internally idempotent modules and action plugins. We already have https://github.com/OpenNebula/one-deploy/blob/master/plugins/modules/named_vm.py.