Update readme of roles service-fastd-mesh + service-fastd-intragate

This commit is contained in:
Tobias Hachmer 2017-09-28 20:09:18 +02:00
parent 0edd928ec8
commit c87cb61a6b
2 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@ Diese Ansible role installiert und konfiguriert die fastd-Instanz für die Intra
- stellt sicher, dass die Instanz-Verzeichnisse existieren
- schreibt fastd.conf
- schreibt secret.conf
- der private fastd Schlüssel wird aus dem Admin passwordstore gelesen
- der private fastd Schlüssel wird aus dem Admin passwordstore gelesen (YAML key secret)
## Benötigte Variablen
@ -21,8 +21,8 @@ meshes:
- Dictionary `fastd_secrets` (Host-Variable)
´´´
fastd_secrets:
mzigVPN: "{{ lookup('passwordstore', 'fastd/mzigVPN/sparegate4') }}"
wiigVPN: "{{ lookup('passwordstore', 'fastd/wiigVPN/sparegate4') }}"
mzigVPN: "{{ lookup('passwordstore', 'fastd/mzigVPN/sparegate4 subkey=secret') }}"
wiigVPN: "{{ lookup('passwordstore', 'fastd/wiigVPN/sparegate4 subkey=secret') }}"
...
´´´
@ -34,5 +34,5 @@ Bevor man ein Gateway aufsetzt, müssen die privaten Schlüssel für alle benöt
Das Dictionary `fastd_secrets` folgt dem Aufbau:
```
fastd_secrets:
$Instanz-Name: "{{ lookup('passwordstore', '$Pfad-im-passwordstore') }}"
$Instanz-Name: "{{ lookup('passwordstore', '$Pfad-im-passwordstore subkey=secret') }}"
```

View file

@ -7,7 +7,7 @@ Diese Ansible role installiert und konfiguriert die fastd-Instanz für die Knote
- stellt sicher, dass die Instanz-Verzeichnisse existieren
- schreibt fastd.conf
- schreibt secret.conf
- der private fastd Schlüssel wird aus dem Admin passwordstore gelesen
- der private fastd Schlüssel wird aus dem Admin passwordstore gelesen (YAML key secret)
## Benötigte Variablen
@ -21,8 +21,8 @@ meshes:
- Dictionary `fastd_secrets` (Host-Variable)
´´´
fastd_secrets:
mzVPN: "{{ lookup('passwordstore', 'fastd/mzVPN/sparegate4') }}"
wiVPN: "{{ lookup('passwordstore', 'fastd/wiVPN/sparegate4') }}"
mzVPN: "{{ lookup('passwordstore', 'fastd/mzVPN/sparegate4 subkey=secret') }}"
wiVPN: "{{ lookup('passwordstore', 'fastd/wiVPN/sparegate4 subkey=secret') }}"
...
´´´
@ -34,5 +34,5 @@ Bevor man ein Gateway aufsetzt, müssen die privaten Schlüssel für alle benöt
Das Dictionary `fastd_secrets` folgt dem Aufbau:
```
fastd_secrets:
$Instanz-Name: "{{ lookup('passwordstore', '$Pfad-im-passwordstore') }}"
$Instanz-Name: "{{ lookup('passwordstore', '$Pfad-im-passwordstore subkey=secret') }}"
```