文件名称:ansible_cloudformation:一种使用Ansible管理CloudFormation堆栈的方法
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-17 06:39:35
Python
ansible_cloudformation 一些Ansible模块和插件使CloudFormation易于使用。 灵感来自 安装 克隆此回购协议 git clone https://github.com/mschurenko/ansible_cloudformation.git && cd ansible_cloudformation 跑步: ./install.sh 这将做一些事情: 安装Ansible,boto和其他几个python依赖项。 如果您以不同的方式安装Ansible,则可能将其排除在requirements.txt中,或者从中选择所需的模块。 注意:我不知道Ansible 2.x是否可以使用其中任何一个。 很有可能不会。 建议仅坚持使用1.9.x的最新稳定版本。 (如果您通过requirements.txt文件安装Ansible,则不必为此担心。) 您将需
【文件预览】:
ansible_cloudformation-master
----.gitignore(70B)
----README.md(8KB)
----library()
--------cloudformation(14KB)
----rendered_templates()
--------README(99B)
----.hosts(10B)
----ansible.cfg(123B)
----custom_utils()
--------ec2.py(5KB)
--------__init__.py(0B)
----filter_plugins()
--------ec2_atts.py(2KB)
--------which_subnet.py(644B)
--------append_date.py(231B)
----install.sh(1KB)
----skel()
--------example.yml(273B)
--------stack.yml(943B)
----requirements.txt(64B)
----project_setup.sh(405B)
----jinja_templates()
--------s3_policy.yml.j2(569B)
--------s3_bucket.yml.j2(175B)
----lookup_plugins()
--------cf_output.py(2KB)
--------cf_resource.py(3KB)
--------get_azs.py(2KB)
----playbook-example.yml(2KB)