Ebdruplab

August 18, 2025 · View on GitHub

This repository hosts Ansible collections maintained by Ebdruplab.

Collections

For any additional collections, see each collection’s README.md inside its folder under ansible_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 so ansible-doc works.
    • An example of a script to check this ansible-doc -t module $(ansible-doc -t module -l | awk '/^ebdruplab\.<COLLECTION_NAME>\./{print \$1}')

License

MIT — see LICENSE.