Skip to content

Instantly share code, notes, and snippets.

View valferon's full-sized avatar

Feron Valentin valferon

View GitHub Profile
@valferon
valferon / github_repo.py
Created December 14, 2018 05:40 — forked from toast38coza/github_repo.py
An Ansible module for managing github repos
#!/usr/bin/python
DOCUMENTATION = '''
---
module: github_repo
short_description: Manage your repos on Github
'''
EXAMPLES = '''
- name: Create a github Repo