Protection pour Linux uniquement
This commit is contained in:
@@ -1,19 +1,21 @@
|
||||
Installation des outils Linux par defaut:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- less
|
||||
- curl
|
||||
- openssh-server
|
||||
- wget
|
||||
- sudo
|
||||
- screen
|
||||
- net-tools
|
||||
- unzip
|
||||
- zip
|
||||
- bzip2
|
||||
- bc
|
||||
- git
|
||||
{% 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
|
||||
|
||||
sshd:
|
||||
service.running:
|
||||
- enable: True
|
||||
sshd:
|
||||
service.running:
|
||||
- enable: True
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user