This repository hosts Ansible collections maintained by Ebdruplab.
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>/.
ansible-galaxy collection install ebdruplab.<COLLECTION_NAME># From repo root
ansible-galaxy collection build ansible_collections/ebdruplab/<COLLECTION_NAME>
ansible-galaxy collection install ./ebdruplab-semaphoreui-*.tar.gz --force- 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
MIT — see LICENSE.