ansigenome
ansigenome copied to clipboard
A tool to help you gather information and manage your Ansible roles.
Please fix/handle Python 3 incompatibility. When I tried to install, I got this: ``` halis@eleanor ~ (master) $ pip install ansigenome Collecting ansigenome Using cached ansigenome-0.5.6.tar.gz Complete output from command...
Hi, we use the latest ansigenome 0.6.0 at this point and we are getting into the habit of using our own templates. The template is there in place, but the...
Hi, very useful tool, we finally managed to have a PoC of ansigenome working on my local mac, with ansigenome 0.5.6 from ypid. ANd it works ok with the meta/ansigenome.yml...
we have roles that start with xx-role-name when we use gendoc the name of the role in the readme is only -role-name
Hi, this very nice tool we are adopting for some time ad try to fully automate the generation based on commits (not only precommit) (gitlab runner, jenkins job) , now...
Hi. This pull request add feature of adding to graph roles, that are included by include_role. I use include_role often and want to have this roles on graph too
More might be added to my devel branch in the future to further improve compatibility with the DebOps project. Check for testing before this has been merged: https://github.com/ypid/ansigenome
When trying to use Ansigenome with Ansible 2.0 i get this error: ERROR! 'ansigenome_info' is not a valid attribute for a RoleMetadata I checked the MetaData class in ansible 2.0...
It's mentioned in the readme that `ansigenome` supports custom templates for `./meta/main.yml`. However I have failed to find a configuration option to plug-in a custom meta files path. There used...