Skip to content

Latest commit

 

History

History
82 lines (58 loc) · 2 KB

File metadata and controls

82 lines (58 loc) · 2 KB

Ansible Role: icingaweb2-themes

Install Themes for icingaweb2.

GitHub Workflow Status GitHub issues GitHub release (latest by date) Ansible Quality Score

Requirements & Dependencies

Ansible Collections

ansible-galaxy collection install bodsch.core

or

ansible-galaxy collection install --requirements-file collections.yml

usage

icingaweb_themes_install_dir: /usr/share/icingaweb2

icingaweb_themes: {}

icingaweb_themes_default: Icinga

example

icingaweb_themes:
  #
  unicorn:
    src: https://github.com/Mikesch-mp/icingaweb2-theme-unicorn.git
    version: v1.0.2
    images:
      - name: unicorn.png
        url: http://i.imgur.com/SCfMd.png
  #
  nordlicht:
    src: https://github.com/netzwerkgoettin/icingaweb2-theme-nordlicht.git
    version: master
    enabled: true
  #
  starwars-dark:
    src: https://github.com/marekbeckmann/IcingaWeb2-Star-Wars-Theme.git
    version: main
    images:
      - name: icon.png
        url: https://www.pngkit.com/png/full/75-757133_logo-star-wars-star-wars-logo-black-and.png
      - name: wallpaper.jpg
        url: https://wallpapercave.com/wp/wp7419777.jpg

icingaweb_themes_default: nordlicht

Author

  • Bodo Schulz

License

Apache

FREE SOFTWARE, HELL YEAH!