mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-29 04:49:25 +00:00
finished re-aranging roles, for now
This commit is contained in:
16
roles/shell/tasks/packages.yml
Normal file
16
roles/shell/tasks/packages.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Install our baseline packages for all machines, irrespective of what role they might have
|
||||
---
|
||||
- name: Install baseline packages
|
||||
apt: name={{ item }} state=present
|
||||
with_items:
|
||||
- vim
|
||||
- alpine
|
||||
- weechat
|
||||
- mutt
|
||||
- python
|
||||
- rtv
|
||||
- lynx
|
||||
- w3m-img
|
||||
- python-pip
|
||||
- cowsay
|
||||
- byobu
|
||||
Reference in New Issue
Block a user