Automate sphinx installation on multiple servers using Ansible

I would like to automate sphinx installation on multiple servers using Ansible.
Can you anyone send the procedure to accomplish this task?

Using the pip module should work:

  • name: Install Sphinxpip:
    name: sphinx
    state: latest

Thanks for your fast reply matt!

How to install on multiple servers using ansible?

Can you please provide the exact procedure?

How to install on multiple servers using ansible? It would be appreciated If you provide the complete information as I’m very new to ansible.

Then you should start reading the documentation, this is a good start
https://docs.ansible.com/ansible/playbooks_intro.html