Added new ansible home directory, moving roles into its 'roles' subdirectory
This commit is contained in:
19
.ansible/roles/bootstrap/tasks/config@corepkgs.yml
Normal file
19
.ansible/roles/bootstrap/tasks/config@corepkgs.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
- 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
|
||||
# - name: Configure certbot and its plugins
|
||||
# import_tasks:
|
||||
# file: configure_core/certbot.yml
|
Reference in New Issue
Block a user