mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-09 11:20:18 +01:00
added ansinble-role-php
This commit is contained in:
parent
a52265666b
commit
92526d424f
5 changed files with 4 additions and 4 deletions
1
lamp_centos7/site.retry
Normal file
1
lamp_centos7/site.retry
Normal file
|
@ -0,0 +1 @@
|
|||
122.129.219.67
|
1
lemp-rhel7/roles/ansible-role-php
Submodule
1
lemp-rhel7/roles/ansible-role-php
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 7086bc3fe2da61d41642fc0ab393de74eb90a4b2
|
|
@ -3,14 +3,11 @@
|
|||
yum: name={{ item }} state=present
|
||||
with_items:
|
||||
- php
|
||||
- php-fpm
|
||||
- php-enchant
|
||||
- php-IDNA_Convert
|
||||
- php-mbstring
|
||||
- php-mysql
|
||||
- php-PHPMailer
|
||||
- php-process
|
||||
- php-simplepie
|
||||
- php-xml
|
||||
- php-gd
|
||||
- php-pecl-uploadprogress
|
||||
|
|
1
lemp-rhel7/site.retry
Normal file
1
lemp-rhel7/site.retry
Normal file
|
@ -0,0 +1 @@
|
|||
122.129.219.67
|
|
@ -9,4 +9,4 @@
|
|||
- common
|
||||
- mariadb
|
||||
- nginx
|
||||
- php-fpm
|
||||
- ansible-role-php
|
||||
|
|
Loading…
Reference in a new issue