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

18
linux/Fedora/Common.sls Normal file
View File

@@ -0,0 +1,18 @@
Installation des paquets pour toutes les Fedora:
pkg.installed:
- pkgs:
- fuse-sshfs
- libreoffice-langpack-fr
- keepassxc
- unzip
- zip
- unrar
- p7zip
- p7zip-plugins
- p7zip-gui
# - gnome-tweak-tool
- filezilla
- thunderbird
- nextcloud-client
- atom
- langpacks-fr

40
linux/Fedora/Physical.sls Normal file
View File

@@ -0,0 +1,40 @@
{% if grains['virtual'] == 'physical' %}
{% if grains['os'] == 'Fedora' %}
Installation des packages sur machine physique Fedora:
pkg.installed:
- pkgs:
- gnucash
- blivet-gui
- xsane
- fuse-encfs
- calibre
- vlc
- xpra
- xpra-html5
- x264
- x264-libs
- x265
- x265-libs
- dnf-automatic
- nextcloud-client
- jitsi
- remmina
- gcc
- make
- perl
# - gstreamer1-plugin-openh264
- gstreamer1-libav
- gstreamer1-plugins-ugly
- gstreamer1-plugins-good
Suppression des packages inutiles sur machine physique Fedora:
pkg.purged:
- pkgs:
- qemu-common
- qemu-kvm
- qemu-img
- libvirt-daemon-driver-qemu
- ipxe-roms-qemu
- qemu-guest-agent
{% endif %}
{% endif %}

View File

@@ -0,0 +1,8 @@
atom:
pkgrepo.managed:
- humanname: Atom Editor
- baseurl: https://packagecloud.io/AtomEditor/atom/el/7/$basearch
- enabled: 1
- gpgcheck: 0
- repo_gpgcheck: 1
- gpgkey: https://packagecloud.io/AtomEditor/atom/gpgkey

View File

@@ -0,0 +1,9 @@
MySaltstack:
pkgrepo.managed:
- humanname: My SaltStack latest Release Channel for RHEL/CentOS $releasever
- baseurl: 'http://CT-cen-repo/yum/redhat/7/$basearch/latest/'
- enabled: 1
- gpgcheck: 1
- gpgkey: 'http://CT-cen-repo/yum/redhat/7/$basearch/latest/SALTSTACK-GPG-KEY.pub'
- skip_if_unavailable: 1
- enabled_metadata: 1

View File

@@ -0,0 +1,30 @@
Installons rpmfusion:
cmd.script:
- source: salt://files/Install_RPMFusion.sh
- user: root
- group: root
- shell: /bin/bash
#rpmfusion-free:
# pkgrepo.managed:
# - humanname: RPM Fusion for Fedora $releasever - Free
# - enabled: True
# - gpgcheck: 1
# - metalink: https://mirrors.rpmfusion.org/metalink?repo=free-fedora-$releasever&arch=$basearch
# - metadata_expire: 14d
# - type: rpm-md
# - repo_gpgcheck: 0
# - gpgkey: 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever'
# - baseurl: http://download1.rpmfusion.org/free/fedora/releases/$releasever/Everything/$basearch/os/
#rpmfusion-nonfree:
# pkgrepo.managed:
# - humanname: RPM Fusion for Fedora $releasever - NonFree
# - enabled: True
# - gpgcheck: 1
# - metalink: https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-$releasever&arch=$basearch
# - metadata_expire: 14d
# - type: rpm-md
# - repo_gpgcheck: 0
# - gpgkey: 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever'
# - baseurl: http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/os/

View File

@@ -0,0 +1,6 @@
jitsi:
pkgrepo.managed:
- humanname: Repository Jitsi
- baseurl: https://download.jitsi.org/jitsi/rpm/
- enabled: 1
- gpgcheck: 0