ansible for proxmox config

This commit is contained in:
2026-03-09 22:20:13 -05:00
parent e8810195cd
commit 643fefb4bf
7 changed files with 481 additions and 182 deletions

View File

@@ -0,0 +1,12 @@
---
# ansible/roles/proxmox/tasks/main.yml
#
# Main entry point for the proxmox role.
# Add existing tasks above the OIDC include as needed.
- name: Configure Authentik OIDC authentication
ansible.builtin.include_tasks: oidc.yml
tags:
- proxmox-oidc
- oidc
- authentik