mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
Updated php-fpm
This commit is contained in:
parent
80a8bc423f
commit
9aeea4fe77
2 changed files with 3 additions and 3 deletions
|
@ -3,4 +3,4 @@
|
||||||
|
|
||||||
httpd_port: 82
|
httpd_port: 82
|
||||||
ntpserver: 0.au.pool.ntp.org
|
ntpserver: 0.au.pool.ntp.org
|
||||||
repository: https://github.com/bennojoy/mywebapp.git
|
repository: https://git.drupal.org/project/drupal.git
|
||||||
|
|
|
@ -33,5 +33,5 @@
|
||||||
- name: http service state
|
- name: http service state
|
||||||
service: name=httpd state=started enabled=yes
|
service: name=httpd state=started enabled=yes
|
||||||
|
|
||||||
- name: Configure SELinux to allow httpd to connect to remote database
|
- name: php-fpm service state
|
||||||
seboolean: name=httpd_can_network_connect_db state=true persistent=yes
|
service: name=php-fpm state=started enabled=yes
|
||||||
|
|
Loading…
Reference in a new issue