Skip to content

Provizanta/ansible-role-cerebro

Repository files navigation

Ansible role: Cerebro

Build & Deploy

Install and setup the Cerebro productivity tool with plugins.

Requirements

None

Role

These defaults are set in defaults/main.yml:

cerebro_configuration:
  locale: en-US
  lang: en
  country: US
  theme: "../dist/main/css/themes/dark.css"
  hotkey: "Control+Space"
  showInTray: true
  firstStart: false
  developerMode: true
  cleanOnHide: true
  skipDonateDialog: true
  isMigratedPlugins: false
  trackingEnabled: false
  crashreportingEnabled: true
  openAtLogin: true

cerebro_plugins: []   # without the 'cerebro-' prefix

Dependencies

None

Example Playbook

- name: Converge
  hosts: all
  roles:
    - role: cerebro
      vars:
        cerebro_configuration:
          hotkey: "Control+Shift+Space"
        cerebro_plugins:
          - basic-apps

License

MIT

Author Information

Tibor Csóka

About

Ansible role to install and configure Cerebro productivity tool

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages