mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-14 09:13:16 +02:00
20 lines
274 B
YAML
20 lines
274 B
YAML
---
|
|
|
|
- include_tasks: directories.yml
|
|
tags: always
|
|
|
|
- include_tasks: facts.yml
|
|
tags: always
|
|
|
|
- include_tasks: install.yml
|
|
tags: always
|
|
|
|
- include_tasks: conf.yml
|
|
tags: always
|
|
|
|
- include_tasks: iptables.yml
|
|
tags: always
|
|
|
|
- include_tasks: service.yml
|
|
tags: always
|