An open API service indexing awesome lists of open source software.

https://github.com/esri/arcgis-gitops

GitHub Actions workflows for ArcGIS Enterprise deployment and operation
https://github.com/esri/arcgis-gitops

ansible arcgis arcgis-enterprise aws azure devops github-actions gitops kubernetes packer terraform

Last synced: 11 days ago
JSON representation

GitHub Actions workflows for ArcGIS Enterprise deployment and operation

Awesome Lists containing this project

README

          

[![GitHub Release](https://img.shields.io/github/v/release/Esri/arcgis-gitops)](https://github.com/Esri/arcgis-gitops/releases)
[![GitHub License](https://img.shields.io/github/license/Esri/arcgis-gitops)](https://github.com/Esri/arcgis-gitops/blob/main/License.txt)
[![CodeQL](https://github.com/Esri/arcgis-gitops/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/Esri/arcgis-gitops/actions/workflows/github-code-scanning/codeql)

# ArcGIS Automation using GitHub Actions

> For cloud administrators, DevOps engineers, and IT professionals deploying ArcGIS Enterprise.

The template repository provides [GitHub Actions](https://docs.github.com/en/actions) workflows that automate deployment and operation of [ArcGIS Enterprise](https://enterprise.arcgis.com) following Infrastructure as Code methodologies, foundational system patterns, and best practices recommended for enterprise IT systems.

 [![ArcGIS Automation using GitHub Actions](arcgis-gitops.png "ArcGIS Automation using GitHub Actions")](https://github.com/Esri/arcgis-gitops/wiki)

## Features

For the supported ArcGIS Enterprise deployment options the workflows provide:

* Automation of initial deployment, updates, upgrades, and disaster recovery operations
* Built-in observability and monitoring subsystems
* Integration with existing network and security infrastructure
* Machine image building subsystems
* Standardized approach to security assessments and authorizations
* Tracking and managing changes to both application and infrastructure configurations
* Transparent and modular design that is easy to understand, customize, or extend
* Version control of infrastructure and application configurations

The workflows leverage popular DevOps tools, including Terraform, Ansible, and Packer, to automate provisioning infrastructure and application configuration management.

## Instructions

A *template* is a group of workflows designed to be used together to achieve a specific goal.

See the [walkthroughs](https://github.com/Esri/arcgis-gitops/wiki) in the wiki pages for step-by-step instructions on how to use the templates.

Refer to the READMEs of the cloud platform templates for specific usage instructions:

* [Templates for ArcGIS Enterprise on AWS](aws/README.md)
* [Templates for ArcGIS Enterprise on Microsoft Azure](azure/README.md)

## Issues & Feedback

Found a bug or have a feature request? [Open an issue](https://github.com/Esri/arcgis-gitops/issues) or [join a discussion](https://github.com/Esri/arcgis-gitops/discussions).

## Contributing

Esri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](https://github.com/esri/contributing).

## Licensing

Copyright 2024-2026 Esri

Licensed under the Apache License, Version 2.0 (the "License");
You may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

A copy of the license is available in the repository's [LICENSE](https://github.com/arcgis/arcgis-gitops/blob/main/License.txt?raw=true) file.