ansible-elastic-beanstalk-with-cleanup:Ansible Elastic Beanstalk 模块(基于 https

时间:2021-06-08 07:13:15
【文件属性】:
文件名称:ansible-elastic-beanstalk-with-cleanup:Ansible Elastic Beanstalk 模块(基于 https
文件大小:11KB
文件格式:ZIP
更新时间:2021-06-08 07:13:15
Python elastic_beanstalk 基于: : 用于使用 Amazon Elastic Beanstalk 的 Ansible 模块 要求 这个模块需要 示例手册 示例剧本演示了如何创建应用程序和版本以及更新现有环境。 --- - hosts: localhost connection: local gather_facts: False tasks: - name: Create Elastic Beanstalk application elasticbeanstalk_app: region: us-east-1 app_name: Sample App state: present register: app - name: Create application version elasti
【文件预览】:
ansible-elastic-beanstalk-with-cleanup-master
----.gitignore(63B)
----library()
--------elasticbeanstalk_app.py(5KB)
--------elasticbeanstalk_env.py(12KB)
--------elasticbeanstalk_version.py(13KB)
----meta()
--------main.yml(304B)
----LICENSE(1KB)
----README.md(2KB)

网友评论