Weitere Einrichtungsschritte
This commit is contained in:
parent
db196d0567
commit
78307df9e0
10 changed files with 107 additions and 29 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue