38 lines
508 B
YAML
38 lines
508 B
YAML
---
|
|
|
|
- name: isso-user tasks
|
|
include_tasks: isso-user.yml
|
|
tags:
|
|
- install
|
|
- update
|
|
- isso-user
|
|
|
|
- name: folders tasks
|
|
include_tasks: folders.yml
|
|
tags:
|
|
- install
|
|
- update
|
|
- folders
|
|
|
|
- name: python tasks
|
|
include_tasks: python.yml
|
|
tags:
|
|
- install
|
|
- update
|
|
- python
|
|
|
|
- name: isso tasks
|
|
include_tasks: isso.yml
|
|
tags:
|
|
- install
|
|
- update
|
|
- conf
|
|
- isso
|
|
|
|
- name: nginx tasks
|
|
include_tasks: nginx.yml
|
|
tags:
|
|
- install
|
|
- update
|
|
- nginx
|