Recopie initiale
This commit is contained in:
18
linux/Fedora/Common.sls
Normal file
18
linux/Fedora/Common.sls
Normal 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
40
linux/Fedora/Physical.sls
Normal 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 %}
|
||||
8
linux/Fedora/Repos/Atom.sls
Normal file
8
linux/Fedora/Repos/Atom.sls
Normal 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
|
||||
9
linux/Fedora/Repos/MySaltStack.sls
Normal file
9
linux/Fedora/Repos/MySaltStack.sls
Normal 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
|
||||
30
linux/Fedora/Repos/RPMFusion.sls
Normal file
30
linux/Fedora/Repos/RPMFusion.sls
Normal 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/
|
||||
6
linux/Fedora/Repos/jitsi_repo.sls
Normal file
6
linux/Fedora/Repos/jitsi_repo.sls
Normal file
@@ -0,0 +1,6 @@
|
||||
jitsi:
|
||||
pkgrepo.managed:
|
||||
- humanname: Repository Jitsi
|
||||
- baseurl: https://download.jitsi.org/jitsi/rpm/
|
||||
- enabled: 1
|
||||
- gpgcheck: 0
|
||||
Reference in New Issue
Block a user