initial commit
This commit is contained in:
commit
40b0128c93
3 changed files with 28 additions and 0 deletions
3
handlers/main.yml
Normal file
3
handlers/main.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
- name: Update apt cache
|
||||||
|
apt:
|
||||||
|
update_cache: yes
|
||||||
2
meta/main.yml
Normal file
2
meta/main.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
galaxy_info:
|
||||||
23
tasks/main.yml
Normal file
23
tasks/main.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
- name: Install a list of packages
|
||||||
|
apt:
|
||||||
|
name: "{{ packages }}"
|
||||||
|
vars:
|
||||||
|
packages:
|
||||||
|
- zsh
|
||||||
|
- mc
|
||||||
|
- ncdu
|
||||||
|
- dfc
|
||||||
|
- net-tools
|
||||||
|
- molly-guard
|
||||||
|
- htop
|
||||||
|
- cifs-utils
|
||||||
|
- nfs-common
|
||||||
|
- bridge-utils
|
||||||
|
- s3fs
|
||||||
|
- build-essential
|
||||||
|
- git
|
||||||
|
- rsync
|
||||||
|
- dnsutils
|
||||||
|
- screen
|
||||||
|
- iotop
|
||||||
|
- lshw
|
||||||
Loading…
Add table
Add a link
Reference in a new issue