Hi,
Were running jenkins on windows, and id like to deploy using ansible. Since the ansible control needs linux im wondering if i can run playbooks remotely from jenkins.
Thanks
Hi,
Were running jenkins on windows, and id like to deploy using ansible. Since the ansible control needs linux im wondering if i can run playbooks remotely from jenkins.
Thanks
Hello,
>> Since the ansible control needs linux im wondering if i can run playbooks remotely from jenkins.
ansible playbooks can run on both linux and windows. you can run playbooks remotely from jenkins to linux.
You have to do add plugins and so some settings to achieve this, here some links related to your issue:
https://dzone.com/articles/running-ansible-playbooks-from-jenkins
https://wiki.jenkins.io/display/JENKINS/Ansible+Plugin
see if they can be useful.
Thanks
Soniya
Thank you, i will look into these. I was wondering so i don’t waste time learning ansible if i cant use it in my environment anyway.