Automate sphinx installation on multiple servers using Ansible

26 views
Skip to first unread message

Vincent

unread,
Jan 6, 2017, 3:14:01 PM1/6/17
to Ansible Project
I would like to automate sphinx installation on multiple servers using Ansible.
Can you anyone send the procedure to accomplish this task?

Matt Martz

unread,
Jan 6, 2017, 3:19:59 PM1/6/17
to ansible...@googlegroups.com
Using the `pip` module should work:

- name: Install Sphinx
  pip:
    name: sphinx
    state: 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-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.



--
Matt Martz
@sivel
sivel.net

Vincent

unread,
Jan 8, 2017, 2:08:07 PM1/8/17
to Ansible Project
Thanks for your fast reply matt!

How to install on multiple servers using ansible?

Can you please provide the exact procedure?


On Saturday, January 7, 2017 at 1:49:59 AM UTC+5:30, Matt Martz wrote:
Using the `pip` module should work:

- name: Install Sphinx
  pip:
    name: sphinx
    state: 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.

Vincent

unread,
Jan 8, 2017, 2:08:11 PM1/8/17
to Ansible Project
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.


On Saturday, January 7, 2017 at 1:49:59 AM UTC+5:30, Matt Martz wrote:
Using the `pip` module should work:

- name: Install Sphinx
  pip:
    name: sphinx
    state: 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.

Kai Stian Olstad

unread,
Jan 8, 2017, 2:39:46 PM1/8/17
to ansible...@googlegroups.com
On 07. jan. 2017 17:57, Vincent wrote:
> 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

--
Kai Stian Olstad
Reply all
Reply to author
Forward
0 new messages