Setup ArcGIS Server and Date Store using Ansible

Install ArcGIS Server and ArcGIS Data Store on gsd-agserver1 using Ansible.

Projects: c2platform/rws/ansible-gis, c2platform.wincore, c2platform.gis


This how-to describes how to create the ArcGIS Server and Data Store instance on node gsd-agserver1 using the arcgis_server role Ansible role that is part of the c2platform.gis Ansible collection.

NodeOSProviderPurpose
gsd-agserver1Windows 2022 ServerVirtualBoxArcGIS Server and Data Store

Prerequisites

Create the reverse and forward proxy gsd-rproxy1.

vagrant up gsd-rproxy1

For more information about the various roles that gsd-rproxy1 performs in this project:

Setup

vagrant up gsd-agserver1

Verify

  1. Using the RWS FireFox profile navigate to https://gsd.c2platform.org/  . This should show the landing page.
  2. Using credentials below go to ArcGIS Server Administrator Directory  and navigate to ArcGIS Server Manager  and login.
    UsernamePassword
    siteadminsiteadmin123
  3. Navigate to https://localhost:2443/arcgis/datastore/  you should see the ArcGIS Data Store web interface with stores listed: Relational and Tile Cache. Select Configure Additional Data Stores and then login to the ArcGIS Server instance using values below:
    GIS ServerUsernamePassword
    gsd-agserver1.internal.c2platform.orgsiteadminsiteadmin123

Review

arcgis_server_initialized.yml arcgis_server_not_initialized.yml



Last modified September 21, 2024: scripts commits_blame.py RWS-272 (78a9266)