Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waldz/ansible-role.php_cgi


https://github.com/waldz/ansible-role.php_cgi

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ansible-role.php_cgi

Install
========
```
git submodule add [email protected]:Waldz/ansible-role.php_cgi.git roles/php_cgi
```

Example
========
```
- name: Install PHP-CLI support
hosts: all
sudo: true
roles:
#- role: apache
- role: php_cgi
tags: [php]
```