Skip to content
Snippets Groups Projects
Verified Commit 77d73a16 authored by nd's avatar nd
Browse files

now using "packages" role

parent 8c485daf
No related branches found
No related tags found
No related merge requests found
---
packages:
aptitude: {}
"apt-transport-https": {}
bsdtar: {}
bzip2: {}
curl: {}
dnsutils: {}
file: {}
git: {}
haveged: {}
htop: {}
iftop: {}
iotop: {}
less: {}
"locales-all": {}
lsof: {}
mailutils: {}
members: {}
mksh: {}
"molly-guard": {}
mosh: {}
mtr: {}
ncdu: {}
"ncurses-term": {}
"net-tools": {}
nmap: {}
pciutils: {}
pv: {}
python3: {}
rsync: {}
screen: {}
sshfs: {}
sudo: {}
sysstat: {}
tcpdump: {}
tmux: {}
tree: {}
usbutils: {}
vim: {}
vnstat: {}
"xz-utils": {}
zsh: {}
dependencies:
- { role: packages }
---
- name: install basic packages
apt:
pkg: "{{ packages | dict2items | rejectattr('value', 'none') | map(attribute='key') | list }}"
update_cache: yes
- name: copy environment
copy:
src: dotfiles/environment
......
packages:
pkg:
aptitude: {}
"apt-transport-https": {}
bsdtar: {}
bzip2: {}
curl: {}
dnsutils: {}
file: {}
git: {}
haveged: {}
htop: {}
iftop: {}
iotop: {}
less: {}
"locales-all": {}
lsof: {}
mailutils: {}
members: {}
mksh: {}
"molly-guard": {}
mosh: {}
mtr: {}
ncdu: {}
"ncurses-term": {}
"net-tools": {}
nmap: {}
pciutils: {}
pv: {}
python3: {}
rsync: {}
screen: {}
sshfs: {}
sudo: {}
sysstat: {}
tcpdump: {}
tmux: {}
tree: {}
usbutils: {}
"vim": {}
vnstat: {}
"xz-utils": {}
zsh: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment