trying to run ansible playbook in AWS CodeDeploy

Viewed 35

I got an ansible playbook that creates AD users and creates a AWS Workspaces for them. I am hosting the json files and the playbook on codecommit. I want to kick off the playbook in codedeploy, but I am not able to figure out how to setup that pipeline.

I know codepipeline uses appspec.yml, but how do I write ansible commands in it?

0 Answers
Related