Ajout de NCDU
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{% if grains['kernel'] == 'Linux' %}
|
{% if grains['kernel'] == 'Linux' %}
|
||||||
Installation des outils Linux par defaut:
|
Installation des outils Linux par defaut:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- less
|
- less
|
||||||
@@ -14,8 +14,9 @@
|
|||||||
- bzip2
|
- bzip2
|
||||||
- bc
|
- bc
|
||||||
- git
|
- git
|
||||||
|
- ncdu
|
||||||
|
|
||||||
sshd:
|
sshd:
|
||||||
service.running:
|
service.running:
|
||||||
- enable: True
|
- enable: True
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user