Skip to content

Ebdruplab/ansible-collection_ebdruplab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ebdruplab collection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published