Added bootstrap role with the tasks, defaults and handlers necessary for the playbooks

This commit is contained in:
Alex Tavarez
2025-07-16 21:02:44 -04:00
parent b22c88e1ca
commit 85b1f6cd25
41 changed files with 2349 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#SPDX-License-Identifier: MIT-0
---
#@NOTE below handler requires gnupg, fuse3 and gocryptfs installed on remote system
- name: Configure gpg
import_tasks:
file: gpg.yml
#@NOTE handlers file for bootstrap
- name: Configure git
import_tasks:
file: git.yml
- name: Configure fail2ban
import_tasks:
file: fail2ban.yml