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 @@
with_items:
- aptitude
- atop
- bash-completion
- build-essential
- curl
- dnsutils
- emacs
- ethtool
- file
- git-extras
- htop
- iotop
- lftp
- lsof
- mtr-tiny
- ncurses-term
- nmap
- pv
- pwgen
- reptyr
- rsync
- screen
- snmp
- strace
- sysstat
- tcpdump
- telnet
- tmux
- tree
- whois
......@@ -56,6 +50,15 @@
- packages
- 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
get_url:
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