finished re-aranging roles, for now

This commit is contained in:
~ubergeek
2018-12-21 07:59:42 -07:00
parent 07c0c66281
commit 1d9de75b01
12 changed files with 90 additions and 78 deletions

View 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