LoginSignup
1
1

More than 5 years have passed since last update.

chef solo 覚書

Posted at

設定ファイル

solo.rb

cookbook の場所の指定など、 chef-solo の動作設定を記載する。

node.json

適用する recipe や attribute などの情報を記載する。

recipe の適用

sudo chef-solo -c solo.rb のパス -j node.json のパス
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1