mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-03-20 18:06:34 +00:00
initial
This commit is contained in:
11
roles/base/tasks/packages.yml
Normal file
11
roles/base/tasks/packages.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: install basic packages
|
||||
apt: >
|
||||
pkg={{ item }}
|
||||
state=present
|
||||
with_items:
|
||||
- screen
|
||||
- vim
|
||||
- git
|
||||
- htop
|
||||
- wget
|
||||
Reference in New Issue
Block a user