Hashfyre

Results 8 comments of Hashfyre

Hi @ypid I recently setup autodoc with ansigenome in my new org, and ran into the 2.0 support issue. Given that ansible is now `2.6.3` is ansigenome not being actively...

Thanks @nickjj I'll start working on a fork. As it stands currently, there is no other document generation tool for ansible out there that can generate doc from metadata.

For now I've written a simple bash script to combine the two yamls: - meta/ansigenome.yml - meta/main.yml code: https://gist.github.com/Hashfyre/e0bff3052262d6bed0cd76dfdb593d7e

Hope to plug the same logic back in the repo, hope I'm on the right track here. A combination of the two dicts to generate the doc should work.

Hey folks, any update on this issue. The repo docs didn't say ansible2.0+ isn't supported. Is anyone working on this as of now?

This might have been fixed, ran the version with inline vault-strings, worked for me.

Incredibly sorry that I'm seeing this now, never intended to keep this maintained. However I think the repo needs a refresh with latest versions updated. Give me a few days...

`ELB` doesn't do path / route based load balancing, however the newfangled [AWS Application Load balancer](https://aws.amazon.com/elasticloadbalancing/applicationloadbalancer/) could come to the rescue. I have not tested this yet, will update if...