[ansible-project] Re: invoke ansible script from Bamboo

2017-09-24 Thread Byym Reddy
I just found the answer myself. All you have to do is use an 'SSH Task' to invoke your ansible playbooks ! On Monday, September 25, 2017 at 11:53:41 AM UTC+10, Byym Reddy wrote: > > How to invoke ansible script from bamboo ? I have a Bamboo server and > Ansible server separately. Do I need to

[ansible-project] Re: Ansible docker integration

2017-09-24 Thread Soniya panwar
Hello you can go through these documentation for the same: http://docs.ansible.com/ansible/latest/docker_module.html http://docs.ansible.com/ansible/latest/docker_container_module.html#docker-container http://docs.ansible.com/ansible/latest/docker_image_module.html#docker-image

[ansible-project] invoke ansible script from Bamboo

2017-09-24 Thread Byym Reddy
How to invoke ansible script from bamboo ? I have a Bamboo server and Ansible server separately. Do I need to have a Bamboo agent on my Ansible server ? I'm doing the below, but not sure if this is the right way ? su --session-command="ssh -i /home/devops/privatekey.pem user@hostname"

Re: [ansible-project] Schedule Playbook with crontab

2017-09-24 Thread Day Man
I am newbie at this, i know how to setup ansible playbooks and run them but i dont know how to schedule a task like backing up cisco configs like you are trying to do here. I dont know Crontab, how do i set it up and also does it use scripts as well? Please provide details. thank you! On