Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ansible / sensu / sensu_go / roles / backend / tasks / main.yml
Size: Mime:
---
- name: Install sensu-go-backend binary
  include_role:
    name: install
  vars:
    components: [sensu-go-backend]

- name: Inform restart handler that we are in charge of the backend service
  set_fact:
    manage_sensu_backend_service: true

- name: Configure the backend
  include_tasks: configure.yml

- name: Start the backend
  include_tasks: start.yml