This role installs AWS's CodeDeploy agent.
None.
No variables are required to be set to run this role in AWS. If you use it to install it to servers outside of AWS, you must set the region:
ansible_ec2_placement_region: us-east-1
You must have CodeDeploy working properly in AWS.
- hosts: servers
vars:
ansible_ec2_placement_region: us-east-1 #<- if local datacetner
roles:
- AustinCloudGuru.codedeploy-agent
MIT
Mark Honomichl aka AustinCloudGuru Created in 2016