mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2022-03-07 16:00
This commit is contained in:
12
roles/unmaintained/itop/tasks/conf.yml
Normal file
12
roles/unmaintained/itop/tasks/conf.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
- import_tasks: ../includes/webapps_webconf.yml
|
||||
vars:
|
||||
- app_id: itop_{{ itop_id }}
|
||||
- php_version: "{{ itop_php_version }}"
|
||||
- php_fpm_pool: "{{ itop_php_fpm_pool | default('') }}"
|
||||
tags: itop
|
||||
|
||||
- name: Deploy cron param file
|
||||
template: src=cron.param.j2 dest={{ itop_root_dir }}/etc/cron.params group={{ itop_php_user }} mode=640
|
||||
tags: itop
|
Reference in New Issue
Block a user