Update CHANGELOG and link in Ansible

This commit is contained in:
Mitchell Hashimoto 2013-10-20 17:48:03 -07:00
parent d94cff93da
commit 6a3fd92275
3 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,9 @@
## 0.3.10 (unreleased)
FEATURES:
* Ansible provisioner
IMPROVEMENTS:
* post-processor/vagrant: support instance-store AMIs built by Packer. [GH-502]

View File

@ -9,7 +9,7 @@ Type: `ansible-local`
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
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

View File

@ -42,6 +42,7 @@
<li><h4>Provisioners</h4></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/ansible-local.html">Ansible</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/salt-masterless.html">Salt</a></li>