# Ansible Role - semaphore This role is used to configure [Ansible Semaphore](https://www.ansible-semaphore.com/) for the [Universal Blue Forge](https://github.com/ublue-os/forge). It was inspired by the work documented here ## Usage ### Input Variables This role has the following variables defined: #TODO: Document input variables | Name | Type | Default Value | Description | | ---- | ---- | ------------- | ----------- | | | | | | ### Example Task ```yaml - name: Configure Ansible Semaphore ansible.builtin.include_role: name: semaphore ``` ## License This work is licensed under the [Apache License](../../../../LICENSE)