Skip to content

Commit

Permalink
Add build status to README and update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmeiring committed Jun 22, 2016
1 parent b18c8fd commit 896735e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
*.sublime*
.DS_Store
hosts
ansible.cfg
files/
vars/
*.retry
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SFTP-Server

[![Build Status](https://travis-ci.org/johanmeiring/ansible-sftp.svg?branch=master)](https://travis-ci.org/johanmeiring/ansible-sftp)

An Ansible role which configures an OpenSSH server for chrooted SFTP access. The role is built in such a way that it will not unnecessarily alter a user's OpenSSH customisations. Instead, it simply changes the crucial bits that it needs to, and adds the rest of its configuration in the form of a custom config block (OpenSSH's lack of some form of conf.d/ support forces this behaviour).

## Requirements
Expand Down
9 changes: 0 additions & 9 deletions test.yml

This file was deleted.

0 comments on commit 896735e

Please sign in to comment.