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

now using "packages" role

parent 8c485daf
Branches
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 - name: copy environment
copy: copy:
src: dotfiles/environment 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 to comment