kitchen-docker-puppet-example:使用 Docker 代替 Vagrant 的示例

时间:2024-07-03 11:53:44
【文件属性】:

文件名称:kitchen-docker-puppet-example:使用 Docker 代替 Vagrant 的示例

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-03 11:53:44

Ruby

厨房 / 码头工人 / 木偶 在尝试制作自己的配置管理工具几年后,我公司决定考虑Puppetlabs 。 所描述的模型是一个分层树,其基于角色的访问控制[^RBAC] 将由Git钩子管理。 这是选择了masterless模式(无SPOF,应用于服务器的瘦控制配置)。 Fabric肯定会用于编排对节点的推送。 先决条件 Ruby > 2.0 捆绑器 . ├── centos-6.6-dockerfile ├── Gemfile ├── hiera.yml ├── manifests │   └── site.pp ├── Puppetfile ├── readme.md └── test └── integration └── default ├── bats │   └── ntp_installed.bats


【文件预览】:
kitchen-docker-puppet-example-master
----.kitchen.yml(583B)
----.gitignore(66B)
----centos-6.6-dockerfile(381B)
----hiera.yml(107B)
----Puppetfile(358B)
----readme.md(4KB)
----manifests()
--------site.pp(106B)
----Gemfile(130B)
----centos-latest-dockerfile(401B)
----test()
--------integration()

网友评论