47 lines
991 B
Plaintext
47 lines
991 B
Plaintext
{% if grains['kernel'] == 'Linux' %}
|
|
include:
|
|
# - linux.update
|
|
- linux.VMSwappiness
|
|
- linux.MesPaquets
|
|
- linux.SSHPubKeys
|
|
- softwares.atom
|
|
- softwares.VisualStudioCode
|
|
- softwares.chrome
|
|
- softwares.VirtualBox
|
|
- softwares.vlc
|
|
- softwares.multimedia
|
|
- softwares.teamviewer
|
|
- softwares.nextcloud-client
|
|
- softwares.tlp
|
|
|
|
Installons les logiciels:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- calibre
|
|
- thunderbird
|
|
- evolution-ews
|
|
- evolution-langpacks
|
|
- libreoffice-help-fr
|
|
- gnucash
|
|
- filezilla
|
|
- ncftp
|
|
- gnome-tweaks
|
|
- xsane
|
|
- system-config-printer
|
|
- gnome-tweaks
|
|
{% if grains['os_family'] == 'RedHat' %}
|
|
- fuse-sshfs
|
|
- fuse-encfs
|
|
- libreoffice-langpack-fr
|
|
- keepass
|
|
{% elif grains['os_family'] == 'Debian' %}
|
|
- sshfs
|
|
- encfs
|
|
- keepass2
|
|
- libreoffice-l10n-fr
|
|
{% endif %}
|
|
|
|
# timedatectl set-timezone Europe/Paris
|
|
Europe/Paris:
|
|
timezone.system
|
|
{% endif %} |