some targets in readme+installation scripts
This commit is contained in:
13
1/roles/php/tasks/main.yml
Normal file
13
1/roles/php/tasks/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Install php-fpm package and deps
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- php-fpm
|
||||
- php-imagick
|
||||
- php-memcached
|
||||
- php-zip
|
||||
- php-mysql
|
||||
- php-gd
|
||||
- php-mbstring
|
||||
Reference in New Issue
Block a user