add ansible_managed

This commit is contained in:
2025-02-21 14:08:06 +01:00
parent c9795a3b74
commit ebbe1f23dd
4 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#{{ ansible_managed }}
{{ php_fpm_log_dir }}/php_fpm_{{ php_pool_name }}*.log {
daily
rotate 15

View File

@@ -1,3 +1,4 @@
"{{ ansible_managed }}"
<FilesMatch \.php$>
SetHandler "proxy:unix:{{ php_fpm_listen_socket }}|fcgi://localhost/"
</FilesMatch>

View File

@@ -1 +1,2 @@
"{{ ansible_managed }}"
deb [signed-by=/etc/apt/keyrings/sury_php.gpg] https://packages.sury.org/php/ {{ ansible_distribution_release }} main

View File

@@ -1,3 +1,4 @@
"{{ ansible_managed }}"
[{{ php_pool_name }}]
user = {{ php_fpm_pool_user }}
group = {{ php_fpm_pool_group }}