ansible-roles/webapps/privatebin
Mathieu Gauthier-Pilote 73cd25538a
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2977|0|2977|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good
Handlers; service => systemd; shell => command
2024-06-12 14:28:17 -04:00
..
defaults Prefix variables with privatebin_ 2024-06-12 14:28:17 -04:00
handlers Handlers; service => systemd; shell => command 2024-06-12 14:28:17 -04:00
meta New role to install + upgrade PrivateBin 2024-06-12 14:28:17 -04:00
tasks Handlers; service => systemd; shell => command 2024-06-12 14:28:17 -04:00
templates Prefix variables with privatebin_ 2024-06-12 14:28:17 -04:00
tests New role to install + upgrade PrivateBin 2024-06-12 14:28:17 -04:00
vars New role to install + upgrade PrivateBin 2024-06-12 14:28:17 -04:00
LISEZMOI.md Prefix variables with privatebin_ 2024-06-12 14:28:17 -04:00
README.md Prefix variables with privatebin_ 2024-06-12 14:28:17 -04:00

privatebin

This role installs or upgrades the server for PrivateBin.

FRENCH: Voir le fichier LISEZMOI.md pour le français.

Requirements

...

Role Variables

Several of the default values in defaults/main.yml must be changed either directly in defaults/main.yml or better even by overwriting them somewhere else, for example in your playbook (see the example below).

Dependencies

This Ansible role depends on the following other roles:

  • nodejs

Example Playbook

- name: "Deploy an PrivateBin server"
  hosts: 
    - all
  vars:
    # Overwrite the role variable here
    privatebin_domains: ['your-real-domain.org']
    service: 'my-privatebin'

  roles:
    - { role: webapps/privatebin , tags: "privatebin" }

License

GPLv3

Author Information

Mathieu Gauthier-Pilote, sys. admin. at Evolix.