This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/roles/serveurs_step_ca/defaults/main.yml

28 lines
1.1 KiB
YAML
Raw Normal View History

---
# Autorite de certification interne (Smallstep step-ca) + ACME.
serveurs_step_ca_paquets:
- step-cli
- step-ca
# Depot apt officiel Smallstep.
serveurs_step_ca_depot_cle_url: "https://packages.smallstep.com/keys/apt/repo-signing-key.gpg"
serveurs_step_ca_depot_cle_fichier: "/etc/apt/keyrings/smallstep.asc"
serveurs_step_ca_depot_uri: "https://packages.smallstep.com/stable/debian"
serveurs_step_ca_depot_suite: "debs"
# Service.
serveurs_step_ca_utilisateur: "step"
serveurs_step_ca_steppath: "/etc/step-ca"
serveurs_step_ca_service: "step-ca"
# Identite de l'AC.
serveurs_step_ca_nom: "Chezlepro Internal CA"
serveurs_step_ca_dns: "{{ ansible_fqdn | default(ansible_hostname) }},{{ ansible_host | default('127.0.0.1') }}"
serveurs_step_ca_adresse: ":8443"
serveurs_step_ca_provisioner: "admin@chezlepro.internal"
serveurs_step_ca_acme: true
# Secrets (Ansible Vault) — obligatoires pour l'initialisation.
serveurs_step_ca_password: "" # {{ vault_step_ca_password }}
serveurs_step_ca_provisioner_password: "" # {{ vault_step_ca_provisioner_password }}