mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-20 03:10:18 +00:00
Working on baseline module
This commit is contained in:
15
roles/common/tasks/packages.yml
Normal file
15
roles/common/tasks/packages.yml
Normal 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
|
||||
Reference in New Issue
Block a user