mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #3252 from tgerla/gettingstarted
Explicitly mention the Linux requirement for the Ansible machine, remove...
This commit is contained in:
commit
58f5bfb4c1
1 changed files with 2 additions and 14 deletions
|
@ -10,8 +10,7 @@ Requirements
|
||||||
|
|
||||||
Requirements for Ansible are extremely minimal.
|
Requirements for Ansible are extremely minimal.
|
||||||
|
|
||||||
On the central Ansible machine, you will need Python 2.6+. If you are running Python 2.5 on an "Enterprise Linux" variant, we'll show you how to add
|
For the central Ansible machine, you will need an environment with Python 2.6 or greater installed. If you are running Python 2.5 on an "Enterprise Linux" variant, we'll show you how to add 2.6 to your distribution. (Windows is not supported as the Ansible control machine.)
|
||||||
2.6 to your distribution.
|
|
||||||
|
|
||||||
You will also want the following Python modules (installed via pip or perhaps via your OS package manager via slightly different names):
|
You will also want the following Python modules (installed via pip or perhaps via your OS package manager via slightly different names):
|
||||||
|
|
||||||
|
@ -19,7 +18,7 @@ You will also want the following Python modules (installed via pip or perhaps vi
|
||||||
* ``PyYAML``
|
* ``PyYAML``
|
||||||
* ``jinja2``
|
* ``jinja2``
|
||||||
|
|
||||||
If you are using RHEL or CentOS 5 , python is version 2.4 by default, but you can get python 2.6 installed easily. `Use EPEL <http://fedoraproject.org/wiki/EPEL>`_ and install these dependencies as follows:
|
If you are using RHEL or CentOS 5, Python is version 2.4 by default, but you can get Python 2.6 installed easily. `Use EPEL <http://fedoraproject.org/wiki/EPEL>`_ and install these dependencies as follows:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
|
@ -161,17 +160,6 @@ Make sure you have ``rpm-build``, ``make``, and ``python2-devel`` installed.
|
||||||
$ make rpm
|
$ make rpm
|
||||||
$ sudo rpm -Uvh ~/rpmbuild/ansible-*.noarch.rpm
|
$ sudo rpm -Uvh ~/rpmbuild/ansible-*.noarch.rpm
|
||||||
|
|
||||||
Python 2.6 EPEL instructions for RHEL and CentOS 5
|
|
||||||
``````````````````````````````````````````````````
|
|
||||||
|
|
||||||
These distributions don't have Python 2.6 by default, but it is easily
|
|
||||||
installable.
|
|
||||||
|
|
||||||
|
|
||||||
.. code-block:: bash
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Via MacPorts
|
Via MacPorts
|
||||||
++++++++++++
|
++++++++++++
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue