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

View File

@@ -0,0 +1,17 @@
# phpinfo Role
This role installs Apache, PHP, and Firewalld, opens HTTP access, fixes SELinux
contexts, and deploys a PHP info page.
## Requirements
- RHEL / Rocky / Alma 9
- SELinux enforcing
- firewalld enabled
## Usage
```yaml
- hosts: web
become: true
roles:
- phpinfo