Skip to content

Commit

Permalink
Cleanup for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmeiring committed Jun 25, 2016
1 parent d1543b3 commit 8f4b3b7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 24 deletions.
24 changes: 6 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,21 @@
sudo: required

env:
# - distribution: centos
# version: 6
# init: /sbin/init
# run_opts: ""
# - distribution: centos
# version: 7
# init: /usr/lib/systemd/systemd
# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
- distribution: ubuntu
- ansible: 1.9.6
distribution: ubuntu
version: 14.04
init: /sbin/init
run_opts: ""
ansible: 1.9.6
- distribution: ubuntu
- ansible: 2.0.2.0
distribution: ubuntu
version: 14.04
init: /sbin/init
run_opts: ""
ansible: 2.0.2.0
- distribution: ubuntu
- ansible: 2.1.0.0
distribution: ubuntu
version: 14.04
init: /sbin/init
run_opts: ""
ansible: 2.1.0.0
# - distribution: ubuntu
# version: 12.04
# init: /sbin/init
# run_opts: ""

services:
- docker
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It is advisable that `scp_if_ssh` be set to `true` in the `ssh_connection` secti
scp_if_ssh=True
```

Other than that, only Ansible itself is required. Tested using Ansible 1.5 and 1.6.
Other than that, only Ansible itself is required. Tested using Ansible 1.9, 2.0.2.0 and 2.1.0.0. Works on Ubuntu 14.04 and 16.04, untested on other versions.

## Role Variables

Expand All @@ -38,7 +38,8 @@ The following role variables are relevant:
---
- name: test-playbook | Test sftp-server role
hosts: all
sudo: yes
become: yes
become_user: root
vars:
- sftp_users:
- name: peter
Expand Down
8 changes: 4 additions & 4 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ galaxy_info:
author: Johan Meiring
description: "Setup chrooted SFTP service on top of OpenSSH"
license: MIT
min_ansible_version: 1.5
min_ansible_version: 1.9

platforms:
- name: Ubuntu
versions:
- all

categories:
- networking
- system
galaxy_tags:
- networking
- system

dependencies: []

0 comments on commit 8f4b3b7

Please sign in to comment.