13 lines
332 B
YAML
13 lines
332 B
YAML
#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 |