Skip to content

Commit

Permalink
Add simple Ansible deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Jan 30, 2016
1 parent b073143 commit fcd72ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible.cfg
@@ -0,0 +1,2 @@
[defaults]
hostfile=hosts
8 changes: 8 additions & 0 deletions deploy.yml
@@ -0,0 +1,8 @@
---
- hosts: all
gather_facts: no
tasks:
- name: fetch github master
git: repo=https://github.com/dentarg/pynik.git
dest=~/pynik
version=master
1 change: 1 addition & 0 deletions hosts
@@ -0,0 +1 @@
rufwebot

0 comments on commit fcd72ad

Please sign in to comment.