mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
9 lines
160 B
YAML
9 lines
160 B
YAML
---
|
|
|
|
- import_tasks: ../includes/create_system_user.yml
|
|
vars:
|
|
- user: "{{ itop_php_user }}"
|
|
- comment: "PHP FPM for itop {{ itop_id }}"
|
|
tags: itop
|
|
|