mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
12 lines
196 B
YAML
12 lines
196 B
YAML
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
|
|
vars:
|
|
php_enable_webserver: false
|
|
php_install_from_source: true
|
|
php_source_make_command: "make --jobs=2"
|
|
|
|
roles:
|
|
- ansible-role-php
|