add ansible_managed
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#{{ ansible_managed }}
|
||||||
{{ php_fpm_log_dir }}/php_fpm_{{ php_pool_name }}*.log {
|
{{ php_fpm_log_dir }}/php_fpm_{{ php_pool_name }}*.log {
|
||||||
daily
|
daily
|
||||||
rotate 15
|
rotate 15
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
"{{ ansible_managed }}"
|
||||||
<FilesMatch \.php$>
|
<FilesMatch \.php$>
|
||||||
SetHandler "proxy:unix:{{ php_fpm_listen_socket }}|fcgi://localhost/"
|
SetHandler "proxy:unix:{{ php_fpm_listen_socket }}|fcgi://localhost/"
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
@@ -1 +1,2 @@
|
|||||||
|
"{{ ansible_managed }}"
|
||||||
deb [signed-by=/etc/apt/keyrings/sury_php.gpg] https://packages.sury.org/php/ {{ ansible_distribution_release }} main
|
deb [signed-by=/etc/apt/keyrings/sury_php.gpg] https://packages.sury.org/php/ {{ ansible_distribution_release }} main
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
"{{ ansible_managed }}"
|
||||||
[{{ php_pool_name }}]
|
[{{ php_pool_name }}]
|
||||||
user = {{ php_fpm_pool_user }}
|
user = {{ php_fpm_pool_user }}
|
||||||
group = {{ php_fpm_pool_group }}
|
group = {{ php_fpm_pool_group }}
|
||||||
|
|||||||
Reference in New Issue
Block a user