mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
13 lines
362 B
YAML
13 lines
362 B
YAML
---
|
|
|
|
- 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
|