install kanidm
Some checks failed
/ checkout (push) Failing after 1m17s

This commit is contained in:
Stefan Le Breton 2025-03-25 14:25:01 +01:00
parent d0823432a2
commit 75c2386ff9

View file

@ -110,3 +110,19 @@
- name: autoupgrade - name: autoupgrade
ansible.builtin.include_role: ansible.builtin.include_role:
name: anyops_autoupgrade name: anyops_autoupgrade
# kanidm
- name: Add kanidm GPG apt key
ansible.builtin.get_url:
url: https://kanidm.github.io/kanidm_ppa/kanidm_ppa.asc
dest: /etc/apt/keyrings/kanidm_ppa.asc
- name: Add kanidm repo
apt_repository:
repo: "deb [signed-by=/etc/apt/keyrings/kanidm_ppa.asc] https://kanidm.github.io/kanidm_ppa {{ ansible_distribution_release }} stable"
state: present
- name: install kanidm
apt:
name:
- kanidm
- kanidm-unixd