diff --git a/lamp_centos7/group_vars/all b/lamp_centos7/group_vars/all index f5d5fd2..ba87e58 100644 --- a/lamp_centos7/group_vars/all +++ b/lamp_centos7/group_vars/all @@ -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 diff --git a/lamp_centos7/roles/web/tasks/install_httpd.yml b/lamp_centos7/roles/web/tasks/install_httpd.yml index d88274b..40a540f 100644 --- a/lamp_centos7/roles/web/tasks/install_httpd.yml +++ b/lamp_centos7/roles/web/tasks/install_httpd.yml @@ -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