mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-07 16:18:49 +02:00
39 lines
620 B
YAML
39 lines
620 B
YAML
---
|
|
- include_tasks: facts.yml
|
|
tags: always
|
|
|
|
- include_tasks: install.yml
|
|
tags: always
|
|
|
|
- include_tasks: ssl.yml
|
|
tags: always
|
|
|
|
- include_tasks: dir.yml
|
|
tags: always
|
|
|
|
- include_tasks: conf.yml
|
|
tags: always
|
|
|
|
- include_tasks: letsencrypt.yml
|
|
tags: always
|
|
|
|
- include_tasks: selinux.yml
|
|
when: ansible_selinux.status == 'enabled'
|
|
tags: always
|
|
|
|
- include_tasks: iptables.yml
|
|
when: iptables_manage | default(True)
|
|
tags: always
|
|
|
|
- include_tasks: htpasswd.yml
|
|
tags: always
|
|
|
|
- include_tasks: service.yml
|
|
tags: always
|
|
|
|
- include_tasks: filebeat.yml
|
|
tags: always
|
|
|
|
- include_tasks: vector.yml
|
|
tags: always
|