Updated php-fpm

This commit is contained in:
Ivan Grynenko 2016-06-09 20:32:13 +10:00
parent 80a8bc423f
commit 9aeea4fe77
2 changed files with 3 additions and 3 deletions

View file

@ -3,4 +3,4 @@
httpd_port: 82
ntpserver: 0.au.pool.ntp.org
repository: https://github.com/bennojoy/mywebapp.git
repository: https://git.drupal.org/project/drupal.git

View file

@ -33,5 +33,5 @@
- name: http service state
service: name=httpd state=started enabled=yes
- name: Configure SELinux to allow httpd to connect to remote database
seboolean: name=httpd_can_network_connect_db state=true persistent=yes
- name: php-fpm service state
service: name=php-fpm state=started enabled=yes