Pārlūkot izejas kodu

Add Fedora as client OS

Dan Ragnar 7 gadi atpakaļ
vecāks
revīzija
65153e576c
2 mainītis faili ar 13 papildinājumiem un 0 dzēšanām
  1. 1 0
      tasks/Fedora/main.yml
  2. 12 0
      vars/Fedora.yml

+ 1 - 0
tasks/Fedora/main.yml

@@ -0,0 +1 @@
+../CentOS/main.yml

+ 12 - 0
vars/Fedora.yml

@@ -0,0 +1,12 @@
+---
+# vars/Fedora.yml: Variables for Fedora
+# Defaults are defined in defaults/main.yml
+
+# Sensu/Uchiwa user/group/service properties
+_sensu_pkg_version: '1.2.1'
+
+#Set this to false to disable the EPEL repo installation
+enable_epel_repo: true
+
+#RH/Centos 7 version works for Fedora 25 as a client
+sensu_yum_repo_url: "https://sensu.global.ssl.fastly.net/yum/7/$basearch/"