21 lines
630 B
YAML
21 lines
630 B
YAML
---
|
|
- name: "Installing security tools"
|
|
apt: >
|
|
name="{{item}}"
|
|
state=present
|
|
with_items:
|
|
- bruteforce-luks # system & security
|
|
- encfs # system & security
|
|
- encfs # system & security
|
|
- cryptkeeper # desktop & security
|
|
- cryptmount # desktop & security
|
|
- cryptsetup # system & security
|
|
- cryptsetup-bin # system & security
|
|
- libpam-encfs # system & security
|
|
- keepassx # desktop & security
|
|
- kpcli # ?? & security
|
|
- pwgen # ?? & security
|
|
- openvpn # system or desktop and security
|
|
- network-manager-openvpn # desktop & security
|
|
- easy-rsa # system & security
|
|
|