Ebdruplab/ansible-collection_ebdruplab

Ebdruplab collection

28

stars

65

commits

Python

primary language

Aug 9, 2026

updated

README

Ebdruplab — Ansible Collections

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.

Contributors

kris9854

65 commits

Ebdruplab/ansible-collection_ebdruplab

Ebdruplab collection

28

stars

65

commits

Python

primary language

Aug 9, 2026

updated

README

Ebdruplab — Ansible Collections

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.

Contributors

kris9854

65 commits

Languages

Python

96.2%

Shell

3.8%