No description
  • Python 94.3%
  • Jinja 5.7%
Find a file
Jesus Alejandro Sanchez Davila f55eb25ec1 Initial commit
2026-05-20 13:04:41 +02:00
.claude Initial commit 2026-05-20 13:04:41 +02:00
playbooks Initial commit 2026-05-20 13:04:41 +02:00
plugins Initial commit 2026-05-20 13:04:41 +02:00
roles Initial commit 2026-05-20 13:04:41 +02:00
AGENT.md Initial commit 2026-05-20 13:04:41 +02:00
galaxy.yml Initial commit 2026-05-20 13:04:41 +02:00
README.md Initial commit 2026-05-20 13:04:41 +02:00

silvarion.secrets

Ansible collection providing standardized secrets management roles.

Roles

Role Description Status
openbao OpenBao (open-source Vault fork) Implemented
vaultwarden Vaultwarden (Bitwarden-compatible server) Planned

Requirements

  • Ansible >= 2.14
  • Supported platforms: Ubuntu 22.04/24.04, Debian 12, RHEL/Rocky/Alma 9

Usage

- name: Install OpenBao
  hosts: vault_servers
  roles:
    - role: silvarion.secrets.openbao
      vars:
        openbao_bootstrap: true

Installation

ansible-galaxy collection install silvarion.secrets