mirceanton / ansible_role-proxmox_dark_theme

An ansible role that (un)installs the PVE Discord Dark theme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Since Proxmox now comes with a dark UI option by default, this repo has been archived and is now read-only!!

Proxmox: Dark Theme

An ansible role that installs the PVE Discord Dark theme by Weilbyte.

Requirements

N/A

Role Variables

Variable Type Default Description
proxmox_dark_theme_dest string /opt/PveDiscordDark.sh The path at which the theme installer should be saved.

To check the default variables, take a look at the defaults file.

Dependencies

N/A

Example Playbook

---
- name: Install the dark theme on all pve hosts.
  hosts: pve
  remote_user: root

  roles:
    - role: mirceanton.proxmox_dark_theme
      proxmox_dark_theme_dest: /opt/installers/dark-theme.sh

License

MIT

Author Information

A role developed by Mircea-Pavel ANTON.

About

An ansible role that (un)installs the PVE Discord Dark theme.

License:MIT License