Added bootstrap role with the tasks, defaults and handlers necessary for the playbooks
This commit is contained in:
13
roles/bootstrap/handlers/main.yml
Normal file
13
roles/bootstrap/handlers/main.yml
Normal 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
|
Reference in New Issue
Block a user