An open API service indexing awesome lists of open source software.

https://github.com/davydany/offline-ansible

Offline Ansible Installation with Python and PIP
https://github.com/davydany/offline-ansible

Last synced: 4 months ago
JSON representation

Offline Ansible Installation with Python and PIP

Awesome Lists containing this project

README

          

# Offline Ansible Installation

## Download the Dependencies

```
pip wheel -r requirements.txt --wheels-dir=./wheels
```

## Install Ansible in Offline mode

```
pip install -r requirements.txt --find-links=./wheels --no-index
```