/ansible-php

Install and configure PHP with Ansible.

GNU General Public License v3.0GPL-3.0

Ansible PHP

CI

Install and configure PHP with Ansible.

Requirements

None

Tested plateforms

  • Debian 10 (Buster)

Role Variables

List of packages instaled by the role. It's not yet possible to install php from source.

php_packages:
  - php7.3

Name of the webserver daemon used by PHP. For example, apache2, httpd, nginx... Needed.

php_webserver_daemon: "apache2"

Examples

---
- hosts: somehost
  roles:
    - supertarto.php

Installation

ansible-galaxy install supertarto.php

License

GPL V3.0