diff options
author | binary <me@rgoncalves.se> | 2021-02-19 13:51:22 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-02-19 13:51:22 +0100 |
commit | f711c771a43bd8e2c81fcdf7f463c1776f609021 (patch) | |
tree | 2b85aefec63e7aaf8e582b5d032e4fffba0649ed /roles/workstation | |
parent | e3a63f27b69b18b59ff61c563a31de8b7fbe8482 (diff) | |
download | infrastructure-f711c771a43bd8e2c81fcdf7f463c1776f609021.tar.gz |
Add ipmi and smartcard tools
Diffstat (limited to 'roles/workstation')
-rw-r--r-- | roles/workstation/vars/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/workstation/vars/main.yml b/roles/workstation/vars/main.yml index 7e5cee2..c07c363 100644 --- a/roles/workstation/vars/main.yml +++ b/roles/workstation/vars/main.yml @@ -33,6 +33,7 @@ pkgs_common: # tools - gnupg - htop + - ipmitool - tor - zsh @@ -67,3 +68,6 @@ pkgs_openbsd: - py3-neovim - py3-pip - py3-requests + # security + - pcsc-lite + - pcsc-tools |