18 lines
286 B
Markdown
18 lines
286 B
Markdown
# 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
|
|
|