|
|
@@ -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/"
|