-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
Peter Sankauskas edited this page Nov 9, 2013
·
2 revisions
First, install Aminator:
git clone [email protected]:Netflix/aminator.git
cd aminator
sudo python setup.py install
Then install Ansible (unless Issue #4 has been solved):
sudo pip install ansible
Finally, to install the Ansible provisioner for Aminator:
sudo aminator-plugin install ansible
Then you will need to make add an environment that uses the Ansible provisioner to your /etc/aminator/environments.yml
file. For example:
ec2_ansible_linux:
cloud: ec2
distro: debian
provisioner: ansible
volume: linux
blockdevice: linux
finalizer: tagging_ebs
Then you can use Aminator with Ansible:
sudo aminate -e ec2_ansible_linux -B ami-2cac311c asgard-ubuntu.yml