GithubHelp home page GithubHelp logo

artis3n / ansible-collection-github Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 3.0 119 KB

Ansible Galaxy Collection of playbooks, roles, and plugins to manage Github tasks.

Home Page: https://galaxy.ansible.com/artis3n/github

License: MIT License

Python 100.00%

ansible-collection-github's Introduction

Hello there.

I've been a security engineer and penetration tester and currently trick companies into letting me lead Application Security programs. You may have read an article or heard me speak about the importance of a collaborative, enablement-minded security organization.

I tend to build open source projects around improving the user experience of security tooling and integrations. The secure thing should be the easiest thing for a developer to do.

Some of my public projects include:

ansible-collection-github's People

Contributors

artis3n avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ansible-collection-github's Issues

See if there's a less-verbose way of invoking a lookup plugin from a collection

According to the docs, you can use the collections keyword to import a collection into a playbook to then use roles or modules by their name, but plugins must be the absolute name.

This means to use this plugin you must call

lookup('artis3n.github_version.github_version', 'ansible/ansible')

which is much too verbose. Wait and see what it looks like in a week with Ansible 2.9's official release. In the worst case, at least change the name of the collection so it makes more sense. Maybe artis3n.plugins.github_version or artis3n.github.release_version.

Ansible 2.9 doesn't install the collection

if [ ! -d ./collections/ansible_collections/artis3n/github_version ]; then ~/.local/bin/pipenv run ansible-galaxy collection install artis3n.github_version; fi;
- downloading role 'collection', owned by 
[WARNING]: - collection was NOT installed successfully: Content has no field named 'owner'

Googling this error only shows issues for installing roles and, in every case that I've seen, it was because users were using name-thing instead of name.thing. That is not the case here. Ansible Galaxy's generated command ansible-galaxy collection install artis3n.github_version is failing.

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.