ansible-loki-role/tasks/main.yml

9 lines
109 B
YAML
Raw Normal View History

2020-04-19 22:28:06 +02:00
---
2020-04-20 18:03:35 +02:00
- include: preflight.yml
2020-04-19 22:28:06 +02:00
2020-04-20 18:03:35 +02:00
- include: install.yml
become: true
2020-04-20 02:21:00 +02:00
- include: configure.yml
2020-04-19 22:28:06 +02:00
become: true