Giter VIP home page Giter VIP logo

ansible-autodoc's Issues

Uppercase/Lowercase issue in meta author

Hi @andresbott,

thanks for this awesome tool! I was looking for something like PHPDoc to generate my README.md and came along to this project. I'm impressed!

I've seen that there is a cosmetic issue in @meta author and @meta email:

# @meta author: Kevin James
# @meta email: [email protected]

will result in

This role:  was created by: Kevin james <LINEBREAK>
[email protected]

So the last name of the author is fully in lowercase, while the email address is capitalized. Addtionally it would be great to have author and email in a single line and the email in angle brackets ('<>').

Thanks!

Deprecation warning for YAMLLoad

Hi,

there is a deprecation warning

Annotation.py:275: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  data = yaml.load(yaml_file)

running Python 3.7.3 on Fedora.

[feature req]

how about the possibility to get a list of available playbooks
for example:

roles/auth
├── files
│   ├── skel
│   └── sudoers
├── handlers
│   └── main.yml
├── tasks
│   ├── auth.yml
│   ├── environment-redhat.yml
│   └── main.yml
├── templates
│   └── sshd_config.j2
└── vars
   └── redhat.yml

as you can see in my task i have a main.yml which includes the others. would be nice if i could get a list of the yml-files in the roles/$ROLE/task directory besides the tasks within the yml-files

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.