Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 51b6ebc2d6b055656553b62b09764c2bd2c93e11
  • master par défaut protégée
  • v1.1.0
  • v1.0.6
  • v1.0.5
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
10 résultats

docker_privatebin

Nom Dernière validation Dernière mise à jour
defaults
handlers
meta
tasks
templates
LICENSE
README.md

docker_privatebin

This role deploys PrivateBin in a Docker.

Requirements

None

Role Variables

Variables from default directory :

  • privatebin_url: URL on which PrivateBin will be listening

  • Backups (for backups to be deployed, host needs to be in maintenance_contract group)

    • swift parameters for 2 object storage instances where backups should be pushed daily
    • privatebin_backup_pass : Passphrase for encryption of backups

Dependencies

This role requires the following Ansible collection :

  • community.docker

This Docker role supposes that Traefik is deployed as an inverseproxy in front of the deployed Dockers. The following role is used by Le Filament for deploying Traefik : docker_server (https://sources.le-filament.com/lefilament/ansible-roles/docker_server)

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: docker_privatebin }
  vars:
     - { privatebin_url: "bin.example.org" }

License

AGPL-3

Author Information

Le Filament (https://le-filament.com)