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
- Host: GitHub
- URL: https://github.com/davydany/offline-ansible
- Owner: davydany
- Created: 2019-05-14T13:52:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:12:54.000Z (over 3 years ago)
- Last Synced: 2025-04-16T01:53:27.038Z (over 1 year ago)
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```