Many updates over time

This commit is contained in:
2026-02-24 17:57:35 -07:00
parent 6b36273324
commit 0132ed6a8f
68 changed files with 1409 additions and 197 deletions

View File

@@ -0,0 +1,5 @@
---
# Dynamically include proper file based on OS and Version
- name: "Configuring {{ ansible_distribution }} {{ ansible_distribution_major_version }} Server (physical or virtual)"
include_tasks: "{{ ansible_distribution }}_{{ ansible_distribution_major_version }}.yml"