Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 418 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 418 Bytes

aptoma.aws-codedeploy

Installs AWS CodeDeploy Agent

Adding it to your Playbook

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

Testing

vagrant up