Ajout de NCDU

This commit is contained in:
Iwan Clément
2019-02-19 11:20:34 +00:00
parent 38f8e7633b
commit 15c5a5ae17

View File

@@ -1,21 +1,22 @@
{% if grains['kernel'] == 'Linux' %}
Installation des outils Linux par defaut:
pkg.installed:
- pkgs:
- less
- curl
- openssh-server
- wget
- sudo
- screen
- net-tools
- unzip
- zip
- bzip2
- bc
- git
Installation des outils Linux par defaut:
pkg.installed:
- pkgs:
- less
- curl
- openssh-server
- wget
- sudo
- screen
- net-tools
- unzip
- zip
- bzip2
- bc
- git
- ncdu
sshd:
service.running:
- enable: True
sshd:
service.running:
- enable: True
{% endif %}