Puppet

Vagrant:我需要一個沒有依賴的供應系統

  • April 16, 2015

使用 vagrant 配置起步。主機是 Windows。我有一個非常簡單的配置,所以我想使用 Ansible,但得到了這個:

[default] Running provisioner: ansible...
The executable 'ansible-playbook' Vagrant is trying to run was not
found in the %PATH% variable. This is an error. Please verify
this software is installed and on the path.

所以基本上,我認為這意味著 Vagrant 希望自己安裝 Ansible,並嘗試使用現有的 Ansible 實例(我沒有)。

我的問題是:Vagrant中是否**內置了Chef 或 Puppet?**我希望能夠vagrant up按照它應該工作的方式安裝 Vagrant 並執行,而無需在主機上安裝配置系統。

謝謝!

Vagrant 支持的提供者要求使用的盒子也已經安裝了正確的工具。要使用 puppet 或 puppet-agent,您使用的框必須包含 puppet。廚師和廚師獨奏也是如此。

引用自:https://serverfault.com/questions/533029