first commit
This commit is contained in:
22
solutions/roles/phpinfo/meta/main.yml
Normal file
22
solutions/roles/phpinfo/meta/main.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
galaxy_info:
|
||||
role_name: phpinfo
|
||||
author: lab
|
||||
description: Installs Apache, PHP, configures firewalld, fixes SELinux, and deploys a PHP info page
|
||||
license: MIT
|
||||
min_ansible_version: "2.9"
|
||||
|
||||
platforms:
|
||||
- name: EL
|
||||
versions:
|
||||
- "9"
|
||||
|
||||
galaxy_tags:
|
||||
- php
|
||||
- httpd
|
||||
- firewalld
|
||||
- selinux
|
||||
- web
|
||||
|
||||
dependencies: []
|
||||
|
||||
Reference in New Issue
Block a user