home

如何使用puppet bolt管理服务器

1.安装

参考官方手册 install

2.配置

包含 a task, a plan, and an inventory file 的典型项目结构

            
                .
                ├── bolt-project.yaml
                ├── inventory.yaml
                ├── plans
                │   └── myplan.yaml
                └── tasks
                ├── mytask.json
                └── mytask.py