ansible-auto-scaling-tutorial
ansible-auto-scaling-tutorial copied to clipboard
Ansible EC2 Auto Scaling Tutorial

In my case ``` pip install -U python-boto Collecting python-boto Could not find a version that satisfies the requirement python-boto (from versions: ) No matching distribution found for python-boto ```...
I'm getting an issue with Launch Configuration while using Ansible's [`ec2_lc`](http://docs.ansible.com/ansible/latest/modules/ec2_lc_module.html) module. Listed below are few more details: Backtrace ``` The full traceback is: Traceback (most recent call last): File...
This stuff is awesome. But I've recently moved to Application Load Balancers in my ASG's and you can't update an ASG when it's backed by an ALB instead of an...
This looks like it is largely taken from https://github.com/atplanet/ansible-auto-scaling-tutorial.
Hi There. Loving this tutorial, however I have come accross an error when trying to build the ami. The error I receive is: `TASK [build-ami : Create AMI] ************************************************** fatal:...
if error_on_undefined_vars is set to false an auto-scaling group will not be created. It will error due to undefined variable
without `connection: local` in ansible v 2.1.2.0 this code won't run. It appears this might be the case in 1.9 as well, given that at around line 719 `connection: local`...
First of all I really like this playbook, it's a really great tutorial. The one issue I have is when I try to run the custom module lc_find. I am...
I'm running ansible 1.9 and after importing the module to the library/ i get the below error http://pastie.org/10343625 My playbook looks like - name: Get latest ami based on date...