feat: Update Ansible playbooks and host variables for improved organization and functionality

This commit is contained in:
2025-05-02 14:24:08 +02:00
parent 0eaadbe6a7
commit 5b341c9430
14 changed files with 101 additions and 75 deletions
+10
View File
@@ -0,0 +1,10 @@
---
- name: Login setup
hosts: all
gather_facts: true
roles:
- role: "login"
tags:
- roles
- roles::users