Fedora.yml 372 B

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