通过将烹饪书保存在远程服务器中,在本地运行厨师

时间:2017-11-16 04:33:27

标签: chef chef-recipe chef-solo

我们可以在当地运行厨师食谱(厨师独奏或厨师零)

chef-client -z --runlist 'recipe[cookbookname::recipename]'

chef-client --local-mode C:\chefrepo\cookbooks\example\recipes\default.rb

但是,如何通过将cookbook保存在远程服务器中以本地模式运行CHEF客户端?像这样的东西?

chef-client --local-mode \\10.10.1.1\cookbooks\example\recipe

请澄清。

1 个答案:

答案 0 :(得分:0)

您可以使用--config-option chef_repo_path=whatever来控制回购邮件的位置(默认情况下,/var/chefchef-solo,本地模式为.。那说,可能不是吗?在生产文件部署的网络文件系统的道路上,存在许多痛苦和痛苦以及无法解释的中断。如果您想要一个集中存储系统,那就是Chef Server的用途。