inch-ci / inch_ci-web

Web frontend for Inch CI
http://inch-ci.org/
MIT License
139 stars 20 forks source link

Add support for Ansible #166

Open arnabsinha4u opened 7 years ago

arnabsinha4u commented 7 years ago

Is adding some stuff for Ansible?

rrrene commented 7 years ago

Interesting. What kind of "some stuff" do you have in mind?

arnabsinha4u commented 7 years ago

Example: In Ansible we write playbooks. The playbooks have tasks and its a good practice to give a name to the tasks. We can live without naming the tasks as well but we can use the name to describe the task which behaves as documentation/issue report etc.

There are more ways to provide such details like usage of smarter tag naming, read lines. Smarter implementations can be "Customer Journey" representations as well.

You can refer: https://github.com/arnabsinha4u/ansible-traininglab

arnabsinha4u commented 7 years ago

Do you have any updates of this ?

rrrene commented 7 years ago

Nope. I you want this functionality to exist, I am afraid you would have to first implement it yourself before we could think about adding it to Inch CI.

dtoubelis commented 7 years ago

There is no formal definition for embedding docs in Ansible as far as I know. Is this project contingent on that definition?