Skip to content

Instantly share code, notes, and snippets.

View Traian-Cojocariu's full-sized avatar

Traian Traian-Cojocariu

View GitHub Profile
@Traian-Cojocariu
Traian-Cojocariu / ansible-github.yml
Created June 11, 2019 22:38 — forked from devynspencer/ansible-github.yml
Example playbook for cloning a private git repository with Ansible.
---
hosts: all
tasks:
- name: add github ssh key
copy: >
src=files/id_rsa.github
dest=/root/.ssh/id_rsa.github
owner=root
group=root