mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Some various comments about the new repos, more to likely come.
This commit is contained in:
parent
bceb0026a5
commit
e8fe306cef
6 changed files with 91 additions and 16 deletions
|
@ -107,7 +107,7 @@ To install from source.
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ git clone git://github.com/ansible/ansible.git
|
||||
$ git clone git://github.com/ansible/ansible.git --recursive
|
||||
$ cd ./ansible
|
||||
$ source ./hacking/env-setup
|
||||
|
||||
|
@ -119,6 +119,12 @@ Ansible also uses the following Python modules that need to be installed::
|
|||
|
||||
$ sudo pip install paramiko PyYAML jinja2 httplib2
|
||||
|
||||
Note when updating ansible, be sure to not only update the source tree, but also the "submodules" in git
|
||||
which point at Ansible's own modules (not the same kind of modules, alas).
|
||||
|
||||
$ git pull --rebase
|
||||
$ git submodule update
|
||||
|
||||
Once running the env-setup script you'll be running from checkout and the default inventory file
|
||||
will be /etc/ansible/hosts. You can optionally specify an inventory file (see :doc:`intro_inventory`)
|
||||
other than /etc/ansible/hosts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue