609e70face
Add an `inventory_directory` setting to the Ansible provisioner that allows a user to specify a directory in which the Packer Ansible provisioner would write the generated inventory file. If a value is specified for this setting, then have the Packer Ansible provisioner pass this directory as the -i arg when it calls ansible. This would allow an Ansible playbook used by the Packer Ansible provisioner to use variables specified in `host_vars` and `group_vars` in this inventory directory. |
||
---|---|---|
.. | ||
scripts | ||
source | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
config.rb | ||
packer.json |
README.md
Packer Website
This subdirectory contains the entire source for the Packer Website. This is a Middleman project, which builds a static site from these source files.
Contributions Welcome!
If you find a typo or you feel like you can improve the HTML, CSS, or JavaScript, we welcome contributions. Feel free to open issues or pull requests like any normal GitHub project, and we'll merge it in.
Running the Site Locally
Running the site locally is simple. Clone this repo and run make website
.
Then open up http://localhost:4567
. Note that some URLs you may need to append
".html" to make them work (in the navigation).