Files
product-demos/roles/generate_readme
Sašo Stanovnik 3188c5742f Remove the use of vars and hostvars wherever possible.
`vars` operates inconsistently in different combinations of
Ansible (full/base/core) and Python versions.

Variables are now instead explicitly loaded under a subkey, which also removes
the need for filtering and makes access more explicit and semantic.
2021-06-03 16:10:00 +02:00
..
2020-05-13 15:10:40 -04:00
2020-05-13 19:59:07 -04:00

Generate README

This Ansible Role will generate the master README.md for this Ansible Collection.

To generate a README.md, execute the following command from the root of this Ansible Collection.

ansible-playbook playbooks/generate_readme.yml

Please see the result at the master demo README.md