Before you begin the installation, prepare the configuration files. |
# NOTE: To access docker host use local.docker name instead of localhost #[management] #MANAGEMENT_SERVER_FQDN_OR_IP [access] pamgtw1.test.local pamgtw2.test.local remote_user=root ansible_password=123 ansible_become_password=123 #[haproxy] #HAPROXY_SERVER_FQDN_OR_IP #[rds] #RDS_SERVER_FQDN_OR_IP # Use this section to override vars #[all:vars] #server_fqdn=OVERRIDE_SERVER_FQDN |
Unzip the downloaded configuration files and move the ssh-proxy and rdp-proxy folders to indeed-pam-linux\state.
Run the installation script with the command:
sudo bash run-deploy.sh |
If the script aborted with an error, send the log file to technical support. |
sudo docker compose -f docker-compose.access-server.yml down sudo docker compose -f docker-compose.access-server.yml up -d or sudo docker-compose -f docker-compose.access-server.yml down sudo docker-compose -f docker-compose.access-server.yml up -d |