ansible-collection-famedly-.../README.md

52 lines
968 B
Markdown
Raw Normal View History

2019-05-15 23:15:35 +00:00
# Riot Webapp
2019-05-14 23:04:25 +00:00
2019-05-15 23:15:35 +00:00
Dowloads, verifies and deploys the riot webapplication
2019-05-14 23:04:25 +00:00
2019-05-15 23:15:35 +00:00
## Requirements
2019-05-14 23:04:25 +00:00
2019-05-15 23:15:35 +00:00
A webserver to server the application is required.
Additionally, gpg and dirmngr are required for the package verification
2019-05-14 23:04:25 +00:00
2019-05-15 23:15:35 +00:00
## Role Variables
2019-05-14 23:04:25 +00:00
2019-05-15 23:15:35 +00:00
### Mandatory Variables
2019-05-14 23:04:25 +00:00
2019-05-15 23:15:35 +00:00
__None__
2019-05-14 23:04:25 +00:00
2019-05-15 23:15:35 +00:00
### Optional Variables
2019-05-14 23:04:25 +00:00
2019-05-15 23:15:35 +00:00
| Name | Value | Description |
| :--- | :--- | :--- |
| 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
2019-05-14 23:04:25 +00:00
2019-05-15 23:15:35 +00:00
## Dependencies
2019-05-14 23:04:25 +00:00
2019-05-15 23:15:35 +00:00
__None__
## Example Playbook
```yaml
- hosts: servers
tasks:
- name: install gpg and dirmngr
apt:
state: present
name:
- gpg
- dirmngr
roles:
- role: ansible-riot-webapp
```
2019-05-14 23:04:25 +00:00
License
-------
2019-05-15 23:15:35 +00:00
MIT
2019-05-14 23:04:25 +00:00
Author Information
------------------
2019-05-15 23:15:35 +00:00
(madonius)[https://github.com/madonius]
2019-08-21 10:29:21 +00:00
(jcgruenhage)[https://jcg.re]