Город МОСКОВСКИЙ
02:08:45

Chef COOKBOOKS and Roles part (2/2) | Chef Tutorial | DevOps Tutorial for beginners

Аватар
JS Пошаговое Обучение
Просмотры:
21
Дата загрузки:
03.12.2023 07:36
Длительность:
02:08:45
Категория:
Обучение

Описание

Cookbooks are fundamental working units of Chef, which consists of all the details related to working units, having the capability to modify configuration and the state of any system configured as a node on Chef infrastructure. Cookbooks can perform multiple tasks. Cookbooks contain values about the desired state of node. This is achieved in Chef by using the desired external libraries.

chef generate cookbook sample_cookbook

tree cookbooks/sample_cookbook
cookbooks/sample_cookbook
├── README.md
├── attributes
├── definitions
├── files
│ └── default
├── libraries
├── metadata.rb
├── providers
├── recipes
│ └── default.rb
├── resources
└── templates
└── default

10 directories, 3 files

Рекомендуемые видео