mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 14:25:05 -02:30
Add system requirements to install docs
This commit is contained in:
10
INSTALL.md
10
INSTALL.md
@@ -8,6 +8,7 @@ This document provides a guide for installing AWX.
|
|||||||
- [Clone the repo](#clone-the-repo)
|
- [Clone the repo](#clone-the-repo)
|
||||||
- [AWX branding](#awx-branding)
|
- [AWX branding](#awx-branding)
|
||||||
- [Prerequisites](#prerequisites)
|
- [Prerequisites](#prerequisites)
|
||||||
|
- [System Requirements](#system-requirements)
|
||||||
- [AWX Tunables](#awx-tunables)
|
- [AWX Tunables](#awx-tunables)
|
||||||
- [Choose a deployment platform](#choose-a-deployment-platform)
|
- [Choose a deployment platform](#choose-a-deployment-platform)
|
||||||
- [Official vs Building Images](#official-vs-building-images)
|
- [Official vs Building Images](#official-vs-building-images)
|
||||||
@@ -55,6 +56,15 @@ Before you can run a deployment, you'll need the following installed in your loc
|
|||||||
- [GNU Make](https://www.gnu.org/software/make/)
|
- [GNU Make](https://www.gnu.org/software/make/)
|
||||||
- [Git](https://git-scm.com/)
|
- [Git](https://git-scm.com/)
|
||||||
|
|
||||||
|
### System Requirements
|
||||||
|
|
||||||
|
The system that runs the AWX service will need to satisfy the following requirements
|
||||||
|
|
||||||
|
- At leasts 4GB of memory
|
||||||
|
- At least 2 cpu cores
|
||||||
|
- At least 20GB of space
|
||||||
|
- Running Docker or Openshift
|
||||||
|
|
||||||
### AWX Tunables
|
### AWX Tunables
|
||||||
|
|
||||||
**TODO** add tunable bits
|
**TODO** add tunable bits
|
||||||
|
|||||||
Reference in New Issue
Block a user