Ebdruplab
August 18, 2025 · View on GitHub
This repository hosts Ansible collections maintained by Ebdruplab.
Collections
ebdruplab.semaphoreui— Modules and a role for managing Semaphore via its HTTP API. 📚 Docs: https://github.com/Ebdruplab/ansible-collection_ebdruplab/blob/main/ansible_collections/ebdruplab/semaphoreui/README.md
For any additional collections, see each collection’s
README.mdinside its folder underansible_collections/ebdruplab/<collection_name>/.
Install (from Galaxy)
ansible-galaxy collection install ebdruplab.<COLLECTION_NAME>
Install (from source)
# From repo root
ansible-galaxy collection build ansible_collections/ebdruplab/<COLLECTION_NAME>
ansible-galaxy collection install ./ebdruplab-semaphoreui-*.tar.gz --force
Contributing
- Open issues and PRs against this repo.
- Keep module docs (
DOCUMENTATION,EXAMPLES,RETURN) valid soansible-docworks.- An example of a script to check this
ansible-doc -t module $(ansible-doc -t module -l | awk '/^ebdruplab\.<COLLECTION_NAME>\./{print \$1}')
- An example of a script to check this
License
MIT — see LICENSE.