1.安装
参考官方手册 install2.配置
包含 a task, a plan, and an inventory file 的典型项目结构
.
├── bolt-project.yaml
├── inventory.yaml
├── plans
│ └── myplan.yaml
└── tasks
├── mytask.json
└── mytask.py