Recopie initiale

This commit is contained in:
Iwan Clement
2018-05-21 13:03:35 +02:00
commit 3f39bfa01d
319 changed files with 1543 additions and 0 deletions

21
linux/MesPaquets.sls Normal file
View File

@@ -0,0 +1,21 @@
{% 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
{% endif %}