Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waldz/ansible-role.php_cgi
https://github.com/waldz/ansible-role.php_cgi
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/waldz/ansible-role.php_cgi
- Owner: Waldz
- Created: 2016-01-17T21:21:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T21:46:18.000Z (almost 9 years ago)
- Last Synced: 2023-09-14T16:59:17.756Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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]
```