https://github.com/infisical/infisical_core_ha_deployment
https://github.com/infisical/infisical_core_ha_deployment
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/infisical/infisical_core_ha_deployment
- Owner: Infisical
- License: mit
- Created: 2024-07-08T09:39:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T16:32:57.000Z (almost 2 years ago)
- Last Synced: 2026-03-08T14:57:54.160Z (3 months ago)
- Language: Jinja
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Infisical Deployment Ansible Role
This Ansible role automates the deployment of Infisical, along with its required PostgreSQL database and Redis cache. It provides a flexible setup for installing and configuring these components across multiple hosts. This role comes with high availability out of the box.
## Installation
To install the Infisical Deployment Ansible role, run the following command:
```bash
$ ansible-galaxy install infisical.infisical_core_ha_deployment
```
This command will download and install the role from Ansible Galaxy, making it available for use in your Ansible projects.