aptoma / ansible-aws-codedeploy

Ansible script for install AWS CodeDeploy Agent

Repository from Github https://github.comaptoma/ansible-aws-codedeployRepository from Github https://github.comaptoma/ansible-aws-codedeploy

aptoma.aws-codedeploy

Installs AWS CodeDeploy Agent

Adding it to your Playbook

Add these lines to your role file:

- src: git@github.com: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

Testing

vagrant up

About

Ansible script for install AWS CodeDeploy Agent