initial commit
This commit is contained in:
26
tasks/packages.yml
Normal file
26
tasks/packages.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
- name: base | install base packages
|
||||
apt:
|
||||
name: {{ item }}
|
||||
update_cache: true
|
||||
state: present
|
||||
with_items:
|
||||
- bash-completion
|
||||
- bsd-mailx
|
||||
- curl
|
||||
- deborphan
|
||||
- git-core
|
||||
- htop
|
||||
- iotop
|
||||
- less
|
||||
- locales
|
||||
- ntp
|
||||
- python3-pip
|
||||
- rsync
|
||||
- rsyslog
|
||||
- screen
|
||||
- subversion
|
||||
- sudo
|
||||
- telnet
|
||||
- tmux
|
||||
- vim
|
||||
Reference in New Issue
Block a user