solutions-terraform-jenkins-gitops:演示使用Jenkins和Terraform使用GitOps实践将基础设施作为代码进行管理
2022-03-16 12:02:52 24KB jenkins terraform ci-cd infrastructure-as-code
1
地形模块landing-zone 是一种解决方案,可帮助客户根据AWS最佳实践更快速地建立安全的多账户AWS环境。 该存储库包含terraform模块landing_zone ,该模块根据.tfvars文件的输入列表动态部署AWS Landing Zone解决方案的.tfvars 。 相关: 注意:当前实现与terraform v0.12 +完全兼容。 如果仍在使用terraform v0.11.x及以下版本,请切换到分支terraform_v0.11 。 快速链接:| | 该模块如何工作 Terraform模块基于准则,并包含以下文件夹: 根文件夹-模块的标准Terraform配置 -基于Yaml和terraform兼容的配置 -以不同方式将组件组合为该模块的一部分 -独立的,可重复使用的,可投入生产的模块 -在CI / CD管道中使用的一组自动化测试 该terraform模块需要以下先决条件/依赖项: 引用并验证 引用并验证 首先,只需将main.tf包含在您的terraform代码库中: module " landing_zone " { source =
1
Infrastructure as Code Managing Servers in the Cloud 高清,无错误,本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2021-10-27 02:05:32 12.19MB Infrastructu Cloud Code Managin
1
Over 90 practical, actionable recipes to automate, test, and manage your infrastructure quickly and effectively About This Book Bring down your delivery timeline from days to hours by treating your server configurations and VMs as code, just like you would with software code. Take your existing knowledge and skill set with your existing tools (Puppet, Chef, or Docker) to the next level and solve IT infrastructure challenges. Use practical recipes to use code to provision and deploy servers and applications and have greater control of your infrastructure. Who This Book Is For This book is for DevOps engineers and developers working in cross-functional teams or operations and would now switch to IAC to manage complex infrastructures. What You Will Learn Provision local and remote development environments with Vagrant Automate production infrastructures with Terraform, Ansible and Cloud-init on AWS, OpenStack, Google Cloud, Digital Ocean, and more Manage and test automated systems using Chef and Puppet Build, ship, and debug optimized Docker containers Explore the best practices to automate and test everything from cloud infrastructures to operating system configuration In Detail Infrastructure as Code (IAC) is a key aspect of the DevOps movement, and this book will show you how to transform the way you work with your infrastructure―by treating it as software. This book is dedicated to helping you discover the essentials of infrastructure automation and its related practices; the over 90 organized practical solutions will demonstrate how to work with some of the very best tools and cloud solutions. You will learn how to deploy repeatable infrastructures and services on AWS, OpenStack, Google Cloud, and Digital Ocean. You will see both Ansible and Terraform in action, manipulate the best bits from cloud-init to easily bootstrap instances, and simulate consistent environments locally or remotely using Vagrant. You will discover how to automate and test a range of sys
2021-06-03 14:48:16 7.06MB IAC DevOps
1
Infrastructure as Code Managing Servers in the Cloud 英文无水印原版pdf pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2021-05-20 10:24:26 8.82MB Code Managing Servers Cloud
1
AWS CDK RFC 此回购是建议和跟踪 , 以及其他相关项目的主要近期更改的地方。 这里也是了解图书馆的当前和未来状态以及发现项目以供贡献的好地方。 跳转到: | | | # 标题 所有者 状态 :construction_worker: 实施 :construction_worker: 实施 :construction_worker: 实施 :thumbs_up: 已批准 :alarm_clock: 最后评论 :writing_hand_selector: 评论 :writing_hand_selector: 评论 :writing_hand_selector: 评论 :light_bulb: 提议的 :light_bulb: 提议的 :light_bulb: 提议的 :light_bulb: 提议的 :light_bulb: 提议的 :light_bulb: 提议的 :light_bulb: 提议的 :light_bulb: 提议的 :light_bulb: 提议的 :light_bulb: 提议的 :light_b
1
厨房-Ansiblepush 一个测试厨房插件,在推送模式(即正常模式)中增加了对ansible的支持:) 介绍 此厨房插件在推送模式下将ansible添加为预配器。 Ansible将从您的主机运行,而不是从来宾实例运行。 这也意味着您的代码将不会复制到访客。 它旨在仅使用最少的配置即可工作。 像平常一样运行。 如何安装 (1)使用捆扎机 我的首选方法是使用Gemfile source "https://rubygems.org" group :development do gem 'test-kitchen' gem 'kitchen-vagrant' # for example gem 'kitchen-ansiblepush' end (2)Ruby gem install kitchen-ansiblepush (3)从代码安装 git clone git@github.com:ahelal/kitchen-ansiblepush.git cd kitchen-ansiblepush gem build kitchen-ansiblepush.gemspec
2021-01-31 14:11:32 25KB testing ansible infrastructure-as-code kitchen
1