No description
Find a file
Emmanouil Kampitakis 5cddfcf5c1 Populate readme
2019-05-16 01:15:35 +02:00
defaults Bump riot version 2019-05-16 01:04:02 +02:00
handlers Add default values 2019-05-15 01:05:07 +02:00
meta Populate metadata 2019-05-16 00:42:14 +02:00
molecule/default m 2019-05-16 00:40:16 +02:00
tasks Download and verify the application 2019-05-16 00:42:38 +02:00
vars Add default values 2019-05-15 01:05:07 +02:00
.travis.yml Add travis yaml 2019-05-16 00:42:48 +02:00
.yamllint Add default values 2019-05-15 01:05:07 +02:00
README.md Populate readme 2019-05-16 01:15:35 +02:00

Riot Webapp

Dowloads, verifies and deploys the riot webapplication

Requirements

A webserver to server the application is required. Additionally, gpg and dirmngr are required for the package verification

Role Variables

Mandatory Variables

None

Optional Variables

Name Value Description
riot_version 1.1.2 the riot version to be deployed
riot_webapp_dir /opt/riot/ location to upack the application
riot_config __See (defaults)[defaults/main.yml] Dictionary containing the webapp configuration see (riot documentation)[https://github.com/vector-im/riot-web#configjson] for details

Dependencies

None

Example Playbook

- hosts: servers
  tasks:
    - name: install gpg and dirmngr
      apt:
        state: present
	name:
	  - gpg
	  - dirmngr
  roles:
    - role: ansible-riot-webapp

License

MIT

Author Information

(madonius)[https://github.com/madonius]