forked from j0lly/ansible-role-ssh-keys
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.molecule | ||
__pycache__ | ||
*.pyc | ||
pytestdebug.log |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
sudo: required | ||
language: python | ||
services: | ||
- docker | ||
before_install: | ||
- sudo apt-get -qq update | ||
- sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y docker-engine | ||
install: | ||
- pip install molecule docker-py | ||
script: | ||
- molecule --debug test |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ SSH Keys | |
|
||
Simplest role to map users with provided ssh keys. | ||
|
||
[![Ansible Role](https://img.shields.io/ansible/role/16211.svg)](https://galaxy.ansible.com/j0lly/ssh-keys/) | ||
[![Build Status](https://travis-ci.org/j0lly/ansible-role-ssh-keys.svg?branch=master)](https://travis-ci.org/j0lly/ansible-role-ssh-keys) | ||
|
||
|
||
Requirements | ||
------------ | ||
|
||
|
@@ -53,4 +57,4 @@ BSD | |
Author Information | ||
------------------ | ||
An optional section for the role authors to include contact information, or a website (HTML is not allowed). | ||
j0lly - [email protected] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ dependency: | |
name: galaxy | ||
|
||
ansible: | ||
verbose: vvv | ||
verbose: v | ||
playbook: tests/playbook-test.yml | ||
|
||
driver: | ||
|