From b65fee26a6998b0071d7b7ba39d7fe2c7d33945d Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Mon, 21 Jul 2025 18:36:19 -0400 Subject: [PATCH] Added task that imports all tasks related to configuration of core packages --- roles/bootstrap/tasks/config@corepkgs.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 roles/bootstrap/tasks/config@corepkgs.yml diff --git a/roles/bootstrap/tasks/config@corepkgs.yml b/roles/bootstrap/tasks/config@corepkgs.yml new file mode 100644 index 0000000..e4898b0 --- /dev/null +++ b/roles/bootstrap/tasks/config@corepkgs.yml @@ -0,0 +1,16 @@ +--- +- name: Configure gnupg and gocryptfs + import_tasks: + file: configure_core/gpg.yml +- name: Configure git + import_tasks: + file: configure_core/git.yml +- name: Configure fail2ban + import_tasks: + file: configure_core/fail2ban.yml +- name: Configure ClamAV + import_tasks: + file: configure_core/clamav.yml +- name: Configure crowdsec + import_tasks: + file: configure_core/crowdsec.yml \ No newline at end of file