ansible-roles/webapps/privatebin/README.md
Mathieu Gauthier-Pilote 8634c92ef8
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
New role to install + upgrade PrivateBin
2023-02-24 09:50:11 -05:00

898 B

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
    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.