Working on baseline module

This commit is contained in:
~ubergeek
2018-12-14 20:30:42 -07:00
parent 0461eabc71
commit 3d3fd2c1a0
4 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
i# 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
- aptitude
- git
- alpine
- weechat
- mutt
- python
- rtv
- lynx
- w3m-img