roumano / ansible-php

Install and configure PHP with Ansible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Install and configure PHP with Ansible.

License:GNU General Public License v3.0