Stelle auf zentrale Instanzen-Verwaltung um
This commit is contained in:
parent
212d7d950c
commit
e63c995f11
5 changed files with 28 additions and 27 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
- name: "PHP FPM-Nutzer anlegen"
|
||||
user:
|
||||
name: "{{ common_name }}"
|
||||
name: "{{ user }}"
|
||||
create_home: no
|
||||
password: "!"
|
||||
groups: redis
|
||||
|
@ -12,7 +12,7 @@
|
|||
- name: "PHP FPM-Pool einrichten"
|
||||
template:
|
||||
src: php_fpm_pool.j2
|
||||
dest: "/etc/php/{{ php_version }}/fpm/pool.d/{{ common_name }}.conf"
|
||||
dest: "/etc/php/{{ php_version }}/fpm/pool.d/{{ user }}.conf"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue