|
|
|
|
|
by justingood
3899 days ago
|
|
Ansible 2.0 should have some new strategies to speed things up, depending on your requirements:
https://docs.ansible.com/ansible/playbooks_strategies.html
It will be interesting to see how performance is after it's released. We eventually settled on having Ansible build an AMI for us that can then be spun up by as part of a Cloudformation template (also initiated by Ansible). We've actually been moving further and further away from having Ansible handle the configuration management side of things, and deal with Orchestration primarily. |
|