I would like to automate sphinx installation on multiple servers using Ansible.Can you anyone send the procedure to accomplish this task?
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/27ff47b9-cb89-4483-843e-ef2f44b8becd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Using the `pip` module should work:- name: Install Sphinxpip:name: sphinxstate: latest
On Fri, Jan 6, 2017 at 11:15 AM, Vincent <vick...@gmail.com> wrote:
I would like to automate sphinx installation on multiple servers using Ansible.Can you anyone send the procedure to accomplish this task?
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/27ff47b9-cb89-4483-843e-ef2f44b8becd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Using the `pip` module should work:- name: Install Sphinxpip:name: sphinxstate: latest
On Fri, Jan 6, 2017 at 11:15 AM, Vincent <vick...@gmail.com> wrote:
I would like to automate sphinx installation on multiple servers using Ansible.Can you anyone send the procedure to accomplish this task?
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/27ff47b9-cb89-4483-843e-ef2f44b8becd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.