---
title: Download the deployment package
description: PingIntelligence automated deployment requires RHEL 7.9 management host machine to start the deployment. The automated deployment installs different PingIntelligence components from this management machine.
component: pingintelligence
version: 5.1
page_id: pingintelligence:pingintelligence_production_deployment:pingintelligence_automated_deployment_downloading_package
canonical_url: https://docs.pingidentity.com/pingintelligence/5.1/pingintelligence_production_deployment/pingintelligence_automated_deployment_downloading_package.html
revdate: March 21, 2024
section_ids:
  setup-the-management-machine: Setup the management machine
---

# Download the deployment package

## Setup the management machine

PingIntelligence automated deployment requires RHEL 7.9 management host machine to start the deployment. The automated deployment installs different PingIntelligence components from this management machine.

1. Login to the Management machine as a `root` user.

2. [Download](https://www.pingidentity.com/en/resources/downloads.html) the Ansible deployment package and save it to the `/opt` directory

3. Untar the downloaded file:

   ```
   #tar -xf /opt/pi-api-deployment-<version>.tar.gz
   ```

Untarring the file creates the following sub-directories in the `pi-api-deployment` directory:

| **Directory** | **Description**                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ansible`     | Contains the different `yml` files.                                                                                                                                                                                                                                                                                                                                                                                                 |
| `bin`         | Contains the `start.sh` and `stop.sh` scripts. Do not edit the contents of this directory.                                                                                                                                                                                                                                                                                                                                          |
| `certs`       | Contains ASE, ABS, Elasticsearch, Kibana,Dashboard, and MongoDB self-signed certificates and keys. Elasticsearch and Kibana certificates are in the dashboard directory.&#xA;&#xA;If you want to use your own certificates and keys, then replace the default certificates and keys with your certificates. Use the same file names as that of the files present in the certs directory. Make sure that the keys are password-less. |
| `config`      | Contains the default settings file for ASE, ABS, and Dashboard. These files are used to configure the various variables for installing PingIntelligence components.                                                                                                                                                                                                                                                                 |
| `data`        | System directory. Do not edit the contents of this directory.                                                                                                                                                                                                                                                                                                                                                                       |
| `util`        | Contains utilities to run PingIntelligence components as a service.                                                                                                                                                                                                                                                                                                                                                                 |
| `external`    | The third-party components like MongoDB are downloaded in the `external` directory.                                                                                                                                                                                                                                                                                                                                                 |
| `keys`        | After the installation is complete, the master keys of all the components are saved here.                                                                                                                                                                                                                                                                                                                                           |
| `license`     | Contains the PingIntelligence for APIs license file.                                                                                                                                                                                                                                                                                                                                                                                |
| `logs`        | Contains the log files for automated installation.                                                                                                                                                                                                                                                                                                                                                                                  |
| `software`    | Contains the binary files for PingIntelligence components:- ASE

- ABS

- DashboardThe directory also contains `updated_packages` sub-directory which stores the PingIntelligence updated binaries with new master keys. You can use these binaries for future use.                                                                                                                                                                 |
