詳細検索

data_bags


What is the use of data_bags?
Tips
February 3, 2015
6分で読めます

What is the use of data_bags?

Hello. This is Komiya. I need to explain data\_bags internally, so I will write it here as well. The following are the ways to use data\_bags these days: 1. Load OS user information for system applications that are not managed by LDAP and add them in recipes 2. Load from SSL certificate storage and recipe and set in template 3.ntp server information loading and configuring template...

Recording chef-solo recipe customization
Tips
March 25, 2014

Recording chef-solo recipe customization

Hello. This is Komiya. Thanks to you, I had the opportunity to customize it, so I would like to quote some of them and introduce them. For basic things, I think you should also see the link below and "Introductory chef-solo" and its drop pickup. Chef Solo and Knife Solo Nico Server Construction (2) - Introduction - :d wango Engineer Bromaga chef-solo -...

Writing Recipes for Existing Procedures in Chef 4 (DB Server)
Tips
July 23, 2013
6分で読めます

Writing Recipes for Existing Procedures in Chef 4 (DB Server)

Thank you. This is Komiya. Continuing from the previous article, I will write about dbserver recipes. The only thing I have to do is test with munin, zabbx and serverspec. It's a little patience already. Since it is a fixed version installation like the web, external recipes should not be used in the direction of basically using it ・Install mysql and enable startup and auto-start \[shell\]# cd...

Writing a recipe for an existing procedure in Chef 2 (user-created)
Tips
July 17, 2013
5分で読めます

Writing a recipe for an existing procedure in Chef 2 (user-created)

Hello. This is Komiya from the platform. Continuing from the previous article, I apologize for the Chef article. data\_bags to prepare user management. For the time being, I wrote here before, but I think it would be better if the relevant information was gathered, so I will partially repost it. data\_bags is something that can be managed such as data search with LDAP-like functions. ...

About the environment before writing recipes in Chef-Solo (Vagrantfile, role, node, data_bags)
Tips
July 4, 2013

About the environment before writing recipes in Chef-Solo (Vagrantfile, role, node, data_bags)

Hello. This is Komiya. Before I knew it, the first half of the year was over. It seems that Uji Kintoki has become a delicious season. Anyway, this is a continuation of the previous article. In this article, I will write about the definition of the environment before writing the Chef-Solo recipe. I think it's faster to take a look at Chef, which explains Chef terminology lightly, or to watch the standard introductory Chef Solo. Automated...