GithubHelp home page GithubHelp logo

ansible-peertube's Introduction

Peertube

This role intalls Peertube, a video-sharing website, from https://github.com/Chocobozzz/PeerTube.

Requirements

This role requires role yedit, to modify yaml files, from https://github.com/kwoodson/yedit.git.

Role Variables

Domain name where Peertube will be accessible from.

peertube_tld: localhost

Version of Peertube to download from official git repository.

peertube_version: v1.0.0-beta.3

Path where to install Peertube.

peertube_user_path: /var/www/peertube

Set if https is handled by a reverse proxy instead of this nginx server. It will be used to remove the certbot configuration phase, and remove https from nginx configuration.

peertube_proxy_handle_https: no

List of IPs used by optional reverse proxy. For example, it can be set to [10.0.0.1, 10.0.0.2].

peertube_proxy_ips: []

Password for database. Default value is automatically calculated, and stored in credentials/peertube/db-$hostname

peertube_dbuser_password: "{{ lookup('password', 'credentials/peertube/db-' + inventory_hostname) }}"

Password for peertube user. Default value is automatically calculated, and stored in credentials/peertube/user-$hostname

peertube_user_password_hashed: "{{ lookup('password', 'credentials/peertube/user-' + inventory_hostname) |password_hash('sha512') }}"

Password for admin access to website. Default value is automatically calculated, and stored in credentials/peertube/web-admin-$hostname

peertube_web_admin_password: "{{ lookup('password', 'credentials/peertube/web-admin-' + inventory_hostname) }}"

Dependencies

None

Example Playbook

- name: peertube configuration
  hosts: peertube
  become: yes
  roles:
    - lib_yaml_editor
    - ansible-peertube

License

MIT

ansible-peertube's People

Contributors

fflorent avatar jocelynj avatar

Watchers

 avatar  avatar  avatar

ansible-peertube's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.