supertarto.php
Ansible PHP
Use Ansible to install and set up PHP.
Requirements
No special requirements.
Tested Platforms
- Debian 10 (Buster)
- Debian 11 (Bullseye)
- Debian 12 (Bookworm)
Role Variables
Here are the packages that will be installed. You cannot install PHP from the source yet.
php_packages:
- "php{{php_default_version_debian}}"
The default version is set in the vars folder, depending on the Debian version.
Specify the web server that PHP will use. This is required and can be apache2, httpd, nginx, etc.
php_webserver_daemon: "apache2"
Examples
---
- hosts: somehost
roles:
- supertarto.php
Installation
ansible-galaxy role install supertarto.php
License
GPL V3.0
Installa
ansible-galaxy install supertarto.php
Licenza
gpl-3.0
Download
1.1k
Proprietario