Skip to content

Ansible role to manage GitHub repositories. View project README for more information.

License

Notifications You must be signed in to change notification settings

shrapk2/ansible-api-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

This Ansible role interacts with the GitHub API to create and manage objects.

Requirements

  • Properly installed and updated Ansible
  • GitHub account and personal access token (PAT)

Role Variables

This Ansible role interacts with the GitHub API to create and manage objects. At this point it can be used to create if one does not exist. Additional capability will be added as needed.

Dependencies

  • None at this time

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: localhost
  name: ansible-api-github
  vars:
    github_userAccount: "youusername"
    github_userToken:  "your_pat"
    github_repoName: "repo_to_create"
  roles:
    - ansible-api-github

License

MIT

Author Information

shrapk2

About

Ansible role to manage GitHub repositories. View project README for more information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published