ansible-ffibk/roles/git-fastd-peers/README.md
2017-09-11 23:23:34 +02:00

22 lines
528 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 git-fastd-peers
Diese Ansible role hängt von der role service-fastd-mesh bzw. service-fastd-intragate ab und sollte danach ausgeführt werden.
- installiert die erforderlichen git Pakete
- erstellt die erforderlichen peers Ordner
- klont die fastd peer repos
## Abhängigkeiten:
- service-fastd-*
## Benötigte Variablen
- Dictionary `meshes`
```
meshes:
xx:
...
peers_mesh_repo: # String - https Link zum Github Repository
peers_intragate_repo: # String - https Link zum Github Repository
´´´