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