Reputation: 111
Ansible runs processing using SSH. Therefore, it is not possible to start the background process.
Is there a solution to start background processes with Ansible? Thank you.
Upvotes: 1
Views: 5964
Reputation: 1579
It's possible with ansible. Take a look at http://docs.ansible.com/ansible/latest/playbooks_async.html
Upvotes: 1