Add link to both Ansible local and Ansible remote provisioner introduced in Packer 0.9.0 (#15335)

This commit is contained in:
Rickard von Essen 2016-04-08 16:55:23 +02:00 committed by Brian Coca
parent e5c4f88b71
commit 1f82c2c4a8

View file

@ -220,7 +220,7 @@ ec2_ami module.
Generally speaking, we find most users using Packer.
`Documentation for the Ansible Packer provisioner can be found here <https://www.packer.io/docs/provisioners/ansible-local.html>`_.
See the Packer documentation of the `Ansible local Packer provisioner <https://www.packer.io/docs/provisioners/ansible-local.html>`_ and `Ansible remote Packer provisioner <https://www.packer.io/docs/provisioners/ansible.html>`_.
If you do not want to adopt Packer at this time, configuring a base-image with Ansible after provisioning (as shown above) is acceptable.