Skip to content

Instantly share code, notes, and snippets.

@serjs
Created September 14, 2017 13:56
Show Gist options
  • Save serjs/22f799e07dc07b68e811770061a0da9a to your computer and use it in GitHub Desktop.
Save serjs/22f799e07dc07b68e811770061a0da9a to your computer and use it in GitHub Desktop.
reddit_app.yml
---
- hosts: reddit_app
remote_user: root
tasks:
- name: Clone project repo
git:
repo: 'https://github.com/Artemmkin/reddit'
dest: /srv/reddit-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment