Initial commit

This commit is contained in:
phil 2023-03-20 20:01:04 +01:00
commit 11b84aa872
40 changed files with 995 additions and 0 deletions

29
tasks/main.yml Normal file
View file

@ -0,0 +1,29 @@
---
- name: Packages
ansible.builtin.import_tasks: packages.yml
tags: packages
- name: Postfix
ansible.builtin.import_tasks: postfix.yml
tags: postfix
- name: OnionMX
ansible.builtin.import_tasks: onionmx.yml
tags: onionmx
when: postfix_onionmx is defined and postfix_onionmx
- name: Fail2ban
ansible.builtin.import_tasks: fail2ban.yml
tags: fail2ban
- name: TLS-helper
ansible.builtin.import_tasks: tls-helper.yml
tags: tls-helper
- name: Hostname
ansible.builtin.import_tasks: hostname.yml
tags: hostname
- name: Monitoring
ansible.builtin.import_tasks: monitoring.yml
tags: monitoring