packer-cn/website
Dan Fuchs 609e70face inventory_directory option for ansible provisioner
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.
2017-04-04 16:43:46 -05:00
..
scripts fix comment 2017-03-02 13:42:11 -08:00
source inventory_directory option for ansible provisioner 2017-04-04 16:43:46 -05:00
Gemfile Update middleman-hashicorp to 3.22 2017-03-28 16:05:22 -04:00
Gemfile.lock Update middleman-hashicorp to 3.22 2017-03-28 16:05:22 -04:00
LICENSE.md Update license 2017-03-08 11:39:39 -08:00
Makefile Update middleman-hashicorp to 3.22 2017-03-28 16:05:22 -04:00
README.md Update website 2017-03-08 11:32:46 -08:00
config.rb Update config styles 2017-03-28 16:22:25 -04:00
packer.json Update middleman-hashicorp to 3.22 2017-03-28 16:05:22 -04:00

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).