diff options
author | bnewbold <bnewbold@robocracy.org> | 2022-06-22 18:41:36 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2022-06-22 18:41:36 -0700 |
commit | db539aade1b9daa4ba1b0347ed4cb0e39b0a2af4 (patch) | |
tree | 9584818df99934ffff6fe28ab236c929036e8c89 /roles/common | |
parent | 810d4269058feb550083f6032ffa63af185f9a8d (diff) | |
parent | f6d3dac3b7b125f825c4a67d8f5dfeb22cd5dcc2 (diff) | |
download | infra-db539aade1b9daa4ba1b0347ed4cb0e39b0a2af4.tar.gz infra-db539aade1b9daa4ba1b0347ed4cb0e39b0a2af4.zip |
Merge branch 'master' of adze:infra
Diffstat (limited to 'roles/common')
-rw-r--r-- | roles/common/tasks/main.yml | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index a4818b0..a1f4500 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -13,28 +13,35 @@ - name: Install necessities and nice-to-haves apt: pkg={{ item }} state=installed with_items: + # fail2ban in security + # rkhunter in security - apt-transport-https - apticron - aptitude + - bash-completion - bzip2 - ca-certificates - curl - debian-goodies - dialog - dnsutils + - dstat - etckeeper - # fail2ban in security + - fd-find - file - git - htop + - httpie - iftop - ifupdown - iotop - iproute - iputils-ping - isc-dhcp-client + - jq - less - libui-dialog-perl + - lnav - locales - locales-all - lsof @@ -42,27 +49,32 @@ - man-db - manpages-dev - molly-guard + - moreutils - mosh - mtr-tiny + - net-tools - netbase - netcat - - net-tools - ngrep - openssh-server - openssl + - parallel + - pigz - pv - python - python-software-properties - # rkhunter in security + - ripgrep - screen + - sqlite3 - sudo - tcpdump - tree - - unzip - unattended-upgrades + - unzip - util-linux - vim-nox - wget + - zip tags: - dependencies |