Installs AWS CodeDeploy Agent
Add these lines to your role file:
- src: [email protected]:aptoma/ansible-aws-codedeploy
scm: git
version: 0.3.0
name: aptoma.aws-codedeploy
Run ansible-galaxy install -r {your role file}
then add it to your roles list:
roles:
- role: aptoma.aws-codedeploy
vagrant up