fix: default vars in tweaks
This commit is contained in:
parent
4e9fea5bc3
commit
40a500a3eb
13
roles/os_tweaks/defaults/main.yml
Normal file
13
roles/os_tweaks/defaults/main.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
|
||||||
|
|
||||||
|
tweaks_install_pkg:
|
||||||
|
- vim
|
||||||
|
- htop
|
||||||
|
- iftop
|
||||||
|
- iotop
|
||||||
|
- bash-completion
|
||||||
|
- lsof
|
||||||
|
- tree
|
||||||
|
- psmisc
|
||||||
|
- git
|
||||||
|
|
||||||
@ -6,7 +6,7 @@
|
|||||||
vars:
|
vars:
|
||||||
base_config:
|
base_config:
|
||||||
tasks:
|
tasks:
|
||||||
- install custom packages
|
- "install custom packages: {{ tweaks_install_pkg|join(' ') }}"
|
||||||
- configure bash
|
- configure bash
|
||||||
- configure git
|
- configure git
|
||||||
- configure vim
|
- configure vim
|
||||||
@ -15,16 +15,7 @@
|
|||||||
|
|
||||||
- name: Ensure base packages are installed
|
- name: Ensure base packages are installed
|
||||||
package:
|
package:
|
||||||
name:
|
name: "{{ tweaks_install_pkg }}"
|
||||||
- vim
|
|
||||||
- htop
|
|
||||||
- iftop
|
|
||||||
- iotop
|
|
||||||
- bash-completion
|
|
||||||
- lsof
|
|
||||||
- tree
|
|
||||||
- psmisc
|
|
||||||
- git
|
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user