Skip to content

Configure and run a Snappass secret cache in a Docker container.

Notifications You must be signed in to change notification settings

derekmerck/ansible-snappass-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role for Snappass in Docker

Build Status

Derek Merck
derek_merck@brown.edu
Rhode Island Hospital and Brown University
Providence, RI

Configure and run a Snappass secret cache in a Docker container.

Dependencies

Galaxy Roles

Remote Node

Role Variables

Docker Image and Tag

Set the repo to clone to build the Snappass image.

snappass_repo_url: https://github.com/pinterest/snappass

Docker Container Configuration

Uses Flask and Flask default port.

snappass_container_name:        snappass
snappass_port:                  5000

Redis Backend Configuration

snappass_redis_container_name:  redis
snappass_redis_port:            6379
snappass_redis_password:        "passw0rd!"
snappass_redis_db:              0

Example Playbook

- hosts: snappass_server
  roles:
     - derekmerck.snappass_docker

License

MIT

About

Configure and run a Snappass secret cache in a Docker container.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published