mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-03-07 16:00
This commit is contained in:
@@ -1,12 +1,35 @@
|
||||
---
|
||||
- include: install.yml
|
||||
- include: facts.yml
|
||||
- include: ssl.yml
|
||||
- include: dir.yml
|
||||
- include: conf.yml
|
||||
- include: letsencrypt.yml
|
||||
- include: selinux.yml
|
||||
- include: iptables.yml
|
||||
- include: htpasswd.yml
|
||||
- include: service.yml
|
||||
- include: filebeat.yml
|
||||
- include_tasks: install.yml
|
||||
tags: always
|
||||
|
||||
- include_tasks: facts.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.stats == '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
|
||||
|
Reference in New Issue
Block a user