mirror of https://github.com/ceph/ceph-ansible.git
docs: add instructions for installing ansible and notario
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/2619/head
parent
ef48ed4e5a
commit
12bdb8ef87
|
@ -25,6 +25,11 @@ You can install directly from the source on github by following these steps:
|
|||
|
||||
git checkout $branch
|
||||
|
||||
- Next, use pip and the provided requirements.txt to install ansible and other
|
||||
needed python libraries::
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
.. _ansible-on-rhel-family:
|
||||
|
||||
Ansible on RHEL and CentOS
|
||||
|
|
Loading…
Reference in New Issue