Commit 6a3fd922 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Update CHANGELOG and link in Ansible

parent d94cff93
## 0.3.10 (unreleased) ## 0.3.10 (unreleased)
FEATURES:
* Ansible provisioner
IMPROVEMENTS: IMPROVEMENTS:
* post-processor/vagrant: support instance-store AMIs built by Packer. [GH-502] * post-processor/vagrant: support instance-store AMIs built by Packer. [GH-502]
......
...@@ -9,7 +9,7 @@ Type: `ansible-local` ...@@ -9,7 +9,7 @@ Type: `ansible-local`
The `ansible-local` provisioner configures Ansible to run on the machine by The `ansible-local` provisioner configures Ansible to run on the machine by
Packer from local Playbook and Role files. Playbooks and Roles can be uploaded Packer from local Playbook and Role files. Playbooks and Roles can be uploaded
from your local machine to the remote machine. Ansible is run in [local mode](http://www.ansibleworks.com/docs/playbooks2.html#local-playbooks) via the ansible-playbook command. from your local machine to the remote machine. Ansible is run in [local mode](http://www.ansibleworks.com/docs/playbooks2.html#local-playbooks) via the `ansible-playbook` command.
## Basic Example ## Basic Example
......
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
<li><h4>Provisioners</h4></li> <li><h4>Provisioners</h4></li>
<li><a href="/docs/provisioners/shell.html">Shell Scripts</a></li> <li><a href="/docs/provisioners/shell.html">Shell Scripts</a></li>
<li><a href="/docs/provisioners/file.html">File Uploads</a></li> <li><a href="/docs/provisioners/file.html">File Uploads</a></li>
<li><a href="/docs/provisioners/ansible-local.html">Ansible</a></li>
<li><a href="/docs/provisioners/chef-solo.html">Chef Solo</a></li> <li><a href="/docs/provisioners/chef-solo.html">Chef Solo</a></li>
<li><a href="/docs/provisioners/puppet-masterless.html">Puppet</a></li> <li><a href="/docs/provisioners/puppet-masterless.html">Puppet</a></li>
<li><a href="/docs/provisioners/salt-masterless.html">Salt</a></li> <li><a href="/docs/provisioners/salt-masterless.html">Salt</a></li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment