Skip to content
Snippets Groups Projects
Commit 6fab2956 authored by Lars Beckers's avatar Lars Beckers
Browse files

shell: make some software configurable by variable

parent f7de63a0
No related branches found
No related tags found
No related merge requests found
---
shell_software:
- bash-completion
- emacs
- pwgen
- snmp
- telnet
- lftp
...@@ -22,31 +22,25 @@ ...@@ -22,31 +22,25 @@
with_items: with_items:
- aptitude - aptitude
- atop - atop
- bash-completion
- build-essential - build-essential
- curl - curl
- dnsutils - dnsutils
- emacs
- ethtool - ethtool
- file - file
- git-extras - git-extras
- htop - htop
- iotop - iotop
- lftp
- lsof - lsof
- mtr-tiny - mtr-tiny
- ncurses-term - ncurses-term
- nmap - nmap
- pv - pv
- pwgen
- reptyr - reptyr
- rsync - rsync
- screen - screen
- snmp
- strace - strace
- sysstat - sysstat
- tcpdump - tcpdump
- telnet
- tmux - tmux
- tree - tree
- whois - whois
...@@ -56,6 +50,15 @@ ...@@ -56,6 +50,15 @@
- packages - packages
- shell - shell
- name: ensure installation of variable additional software
apt:
name: "{{ item }}"
state: installed
with_items: "{{ shell_software }}"
tags:
- packages
- shell
- name: ensure we have an up-to-date version of grml-zsh-config - name: ensure we have an up-to-date version of grml-zsh-config
get_url: get_url:
url: https://www.archlinux.org/packages/extra/any/grml-zsh-config/download/ url: https://www.archlinux.org/packages/extra/any/grml-zsh-config/download/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment