git

sbog/git

Build Status Ansible Role Ansible Quality Score Ansible Role GitHub

An Ansible role which allow to securely pull git repos to target host without saving credentials for the target repositories on host itself.

Requirements

Ansible 2.7+

Role Variables

You can see all vars in defaults/main.yml vars file.

Dependencies

None

Example Playbook

- name: Ensure git clone of needed repositories
  hosts: all
  remote_user: root

  roles:
    - git

License

Apache 2.0

Author Information

This role was created by Stan Bogatkin.

About

Ansible role to securely checkout git repositories

Install
ansible-galaxy install sorrowless/ansible_git
GitHub repository
License
apache-2.0
Downloads
293
Owner
Barocco-style deployment engineer