Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.11 KB

ansible-collection-azimuth-ops

This Ansible collection contains roles and playbooks for deploying Azimuth and all of its dependencies.

It can function in three modes:

  1. Deploy Azimuth onto a pre-existing Kubernetes cluster.
  2. Provision a single-node K3S cluster into an OpenStack project using OpenTofu and deploy Azimuth onto it.
  3. Provision a single-node K3S cluster into an OpenStack project using OpenTofu, configure it as a Cluster API management cluster, use it to deploy a high-availability Kubernetes cluster into the same OpenStack project using Cluster API and finally deploy Azimuth onto the high-availability cluster.

This collection is designed to be used with a configuration repository that is forked from azimuth-config, and user documentation for configuration options can be found in that project.