tmullender / ansible-maven-plugin

A Maven plugin to facilitate running Ansible adhoc commands and playbooks
MIT License
30 stars 10 forks source link

Add ansible-pull support #3

Closed tmullender closed 9 years ago

tmullender commented 9 years ago

Ansible-pull is a small script that will checkout a repo of configuration instructions from git, and then run ansible-playbook against that content

The plugin should

So that a user can run ansible pull simply as part of a Maven project