Created
September 14, 2017 13:56
-
-
Save serjs/22f799e07dc07b68e811770061a0da9a to your computer and use it in GitHub Desktop.
reddit_app.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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