2019-07-11 10:17:02 +02:00
|
|
|
---
|
2019-07-09 19:26:40 +02:00
|
|
|
- include_tasks: pre_config.yml
|
2020-01-10 09:55:35 -03:00
|
|
|
|
|
|
|
- name: Include logging tasks
|
|
|
|
include_tasks: logging.yml
|
|
|
|
when: skip_task != true
|
|
|
|
|
|
|
|
- name: Include jumpbox tasks
|
|
|
|
include_tasks: jumpbox.yml
|
|
|
|
when: skip_task != true
|
|
|
|
|
|
|
|
- name: Include servinstall tasks
|
|
|
|
include_tasks: servinstall.yml
|
|
|
|
when: skip_task != true
|
|
|
|
|
|
|
|
- name: Include cron tasks
|
|
|
|
include_tasks: cron.yml
|
|
|
|
when: skip_task != true
|