first commit

This commit is contained in:
Ryan Cuda
2026-01-25 08:31:56 -07:00
commit 1234ef51c0
57 changed files with 2560 additions and 0 deletions

7
solutions/apache.yml Normal file
View File

@@ -0,0 +1,7 @@
# apache_role.yml
---
- name: Configure Apache web servers
hosts: dev
become: true
roles:
- apache