Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 768 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 768 Bytes

Proxmox Dark Mode

Enable dark mode in Proxmox for all users.

Role Variables

Variable Required Default Choices Comments
pve_dark_mode_enabled yes false true, false Enable dark mode or restore the default theme.

Dependencies

Uses script created by Weilbyte from this project.

Example Playbook

  - hosts: proxmox

    vars:
      pve_dark_mode_enabled: true

    roles:
        - rmasters270.proxmox_darkmode

License

MIT

Author Information

Ryan Masters