Browse Source

Add Fedora as client OS

Dan Ragnar 7 years ago
parent
commit
65153e576c
2 changed files with 13 additions and 0 deletions
  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/"