Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.48 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.48 KB

Ansible Collection - nwerker.catfacts

Code of conduct License

This ansible collection provides modules and roles for retrieving random cat facts via public available APIs. This obviously doesn't serve a meaningfull purpose other than for demonstration purposes, or you are just very interested in cat facts.

Following API Sources are supported. Big thanks to GitHub User alexwohlbruck for contributing cat-facts!

Source URL
'1' https://cat-fact.herokuapp.com
'2' https://catfact.ninja

Requirements

  • ansible version >= 2.10
  • reachability to above mentioned APIs!

Installation

To install nwerker.catfacts collection hosted on Galaxy:

ansible-galaxy collection install nwerker.catfacts

To upgrade to the latest version of nwerker.catfacts collection:

ansible-galaxy collection install nwerker.catfacts --force

Usage

Please refer to the ansible-doc module documentation or README.md of each components

Contributing

Don't hesitate to Fork / PR or open an issue.

License

GNU General Public License v3.0

See LICENSE to see the full text.