generated from saltstack-formulas/template-formula
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathosfingermap.yaml
More file actions
98 lines (88 loc) · 2.36 KB
/
osfingermap.yaml
File metadata and controls
98 lines (88 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# -*- coding: utf-8 -*-
# vim: ft=yaml
#
# Setup variables using grains['osfinger'] based logic.
# You just need to add the key:values for an `osfinger` that differ
# from `defaults.yaml` + `osarch.yaml` + `os_family.yaml` + `osmap.yaml`.
# Only add an `osfinger` which is/will be supported by the formula.
#
# If you do not need to provide defaults via the `os_finger` grain,
# you will need to provide at least an empty dict in this file, e.g.
# osfingermap: {}
---
# os: Debian
Debian-10: {}
Debian-9: {}
Debian-8: {}
# os: Ubuntu
Ubuntu-18.04: {}
Ubuntu-16.04: {}
# os: Fedora
Fedora-31: {}
Fedora-30: {}
# os: CentOS
CentOS Linux-8:
service:
name: wg-quick
pkg:
repos:
epel:
humanname: Extra Packages for Enterprise Linux 8 - $basearch
mirrorlist: |-
https://mirrors.fedoraproject.org/metalink?repo=epel-8&arch=$basearch&
infra=$infra&content=$contentdir
enabled: 1
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
elrepo:
humanname: ELRepo.org Community Enterprise Linux Repository - el8
mirrorlist: http://mirrors.elrepo.org/mirrors-elrepo.el8
enabled: 1
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
pkgs:
wireguard-tools:
fromrepo: epel
kmod-wireguard:
fromrepo: elrepo
CentOS Linux-7: {}
CentOS-6:
pkg:
name: wireguard-centos-6
config: /etc/wireguard.d/custom-centos-6.conf
# os: Rocky
Rocky Linux-8:
service:
name: wg-quick
pkg:
repos:
epel:
humanname: Extra Packages for Enterprise Linux 8 - $basearch
mirrorlist: |-
https://mirrors.fedoraproject.org/metalink?repo=epel-8&arch=$basearch&
infra=$infra&content=$contentdir
enabled: 1
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
elrepo:
humanname: ELRepo.org Community Enterprise Linux Repository - el8
mirrorlist: http://mirrors.elrepo.org/mirrors-elrepo.el8
enabled: 1
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
pkgs:
wireguard-tools:
fromrepo: epel
kmod-wireguard:
fromrepo: elrepo
# os: Amazon
Amazon Linux-2: {}
Amazon Linux AMI-2018: {}
# os: SUSE
Leap-15: {}
# os: FreeBSD
FreeBSD-12: {}
# os: Windows
Windows-8.1: {}
# os: Gentoo
Gentoo-2: {}