Weitere Einrichtungsschritte

This commit is contained in:
phil 2020-12-03 22:14:27 +00:00
parent db196d0567
commit 78307df9e0
10 changed files with 107 additions and 29 deletions

View file

@ -1,6 +1,6 @@
---
- name: "Create PHP-FPM-User"
- name: "PHP FPM-Nutzer anlegen"
user:
name: "{{ common_name }}"
create_home: no
@ -8,7 +8,7 @@
shell: /bin/false
state: present
- name: "Copy PHP-FPM configuration"
- name: "PHP FPM-Pool einrichten"
template:
src: php_fpm_pool.j2
dest: "/etc/php/{{ php_version }}/fpm/pool.d/{{ common_name }}.conf"