Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 533 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 533 Bytes

Ansible Role for ZeroUI

For detailed documentation, use the Ansible Docs.

Example playbook:

- hosts: all
  roles:
    - dec0dos.zero_ui
  vars:
    zero_ui:
      path: /srv/zero-ui
  become: true