文件名称:ansible-collection-cloudstack:CloudStack Ansible集合
文件大小:329KB
文件格式:ZIP
更新时间:2024-04-21 05:07:28
ansible cloudstack ansible-collection ansible-collections Python
适用于Apache CloudStack云的Ansible集合 该集合提供了用于与 Cloud进行交互的一系列Ansible模块和插件。 要求 ansible版本> = 2.9 安装 要安装Galaxy中托管的集合,请执行以下操作: ansible-galaxy collection install ngine_io.cloudstack 要升级到最新版本,请执行以下操作: ansible-galaxy collection install ngine_io.cloudstack --force 用法 剧本 要使用Apache CloudStack集合中的模块,请引用您要使用的完整名称空间,集合名称和模块名称: --- - name : Using Apache CloudStack collection hosts : localhost tasks : - ng