Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 1.2 KB

File metadata and controls

65 lines (47 loc) · 1.2 KB

ansible-github

Build Status

Install & configure git & packages that enchance git.

Installation

ansible-galaxy install dotstrap.github

Requirements

macOS: homebrew and the latest Xcode tools.

Archlinux: yaourt package manager.

Role Variables

See default variables & variables.

Dependencies

None.

Example Playbook

    - hosts: all
      roles:
         - role: dotstrap.github
           github:
             username: foo
             email: foo@bar.com            

License

MIT

Author Information

@mwilliammyers