initial commitit
This commit is contained in:
commit
4055ae5c4d
|
@ -0,0 +1,4 @@
|
|||
galaxy_info:
|
||||
role_name: common_packages
|
||||
|
||||
dependencies: []
|
|
@ -0,0 +1,28 @@
|
|||
- name: Install common packages
|
||||
tags: packages
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- vim-nox
|
||||
- dnsutils
|
||||
- lm-sensors
|
||||
- nfs-common
|
||||
- python3-psutil
|
||||
- htop
|
||||
- zsh
|
||||
- git
|
||||
- at
|
||||
- colordiff
|
||||
- curl
|
||||
- iotop
|
||||
- lsof
|
||||
- neofetch
|
||||
- net-tools
|
||||
- nmap
|
||||
- rsync
|
||||
- tmux
|
||||
- traceroute
|
||||
- wget
|
||||
- whois
|
||||
- fzf
|
||||
- nano
|
||||
state: present
|
|
@ -0,0 +1 @@
|
|||
- include_tasks: "{{ ansible_facts['lsb']['id'] }}.yml"
|
Loading…
Reference in New Issue