ansible-ffibk/roles/service-nginx-firmware/README.md
2017-10-27 11:41:00 +02:00

23 lines
632 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Ansible role service-nginx-firmware
Diese Ansible role konfiguriert die Firmware Synchronisation und die erforderlichen nginx vHosts.
- verwaltet `/var/www/html/firmware`
- installiert und konfiguriert den systemd timer firmware-sync
- schreibt firmware.conf
## Benötigte Variablen
- Variable `http_domain_external` # string: Externe Freifunk MWU Domain
- Variable `http_domain_internal` # string: Interne Freifunk MWU Domain
- Dictionary `meshes`
´´´
meshes:
- id: xx
...
site_name: # string
...
http_domain_external: # string: Externe Mesh Domain
http_domain_internal: # string: Interne Mesh Domain
´´´