Skip to content
Peter Sankauskas edited this page Nov 10, 2013 · 1 revision

To use the Ansible Provisioner for Aminator, you just specify that "ansible" is the provisioner in an environment in your environments.yml file. For example, this environment called ec2_ansible_linux has the following configuration:

ec2_ansible_linux:
    cloud: ec2
    distro: debian
    provisioner: ansible
    volume: linux
    blockdevice: linux
    finalizer: tagging_ebs

Then

Clone this wiki locally