Move to subfolder & adapt paths

This commit is contained in:
Sebastian Haderecker 2019-05-09 21:40:32 +00:00
parent 0dcd0b6dc5
commit 3d55d16f8d
19 changed files with 3 additions and 3 deletions

View file

@ -156,7 +156,7 @@ az=eu-de-03
<a name="tpot-conf"></a> <a name="tpot-conf"></a>
## Configure `tpot.conf.dist` ## Configure `tpot.conf.dist`
The file is located in [`iso/installer/tpot.conf.dist`](../iso/installer/tpot.conf.dist). The file is located in [`iso/installer/tpot.conf.dist`](../../iso/installer/tpot.conf.dist).
Here you can choose: Here you can choose:
- between the various T-Pot editions - between the various T-Pot editions
- a username for the web interface - a username for the web interface
@ -176,7 +176,7 @@ To enable this feature, set `custom_ews=true` in `.ecs_settings.sh`; See here:
Here you can create a custom config file for `ewsposter`. Here you can create a custom config file for `ewsposter`.
e.g. when you have your own credentials for delivering data to our [Sicherheitstacho](https://sicherheitstacho.eu/start/main). e.g. when you have your own credentials for delivering data to our [Sicherheitstacho](https://sicherheitstacho.eu/start/main).
You can find the `ews.cfg` template file here: [`cloud/ansible/roles/custom_ews/templates/ews.cfg`](../cloud/ansible/roles/custom_ews/templates/ews.cfg) and adapt it for your needs. You can find the `ews.cfg` template file here: [`ansible/roles/custom_ews/templates/ews.cfg`](ansible/roles/custom_ews/templates/ews.cfg) and adapt it for your needs.
For setting custom credentials, these settings would be relevant for you (the rest of the file can stay as is): For setting custom credentials, these settings would be relevant for you (the rest of the file can stay as is):
``` ```

View file

@ -26,7 +26,7 @@
- name: Copy t-pot configuration file - name: Copy t-pot configuration file
template: template:
src: ../../../../../iso/installer/tpot.conf.dist src: ../../../../../../iso/installer/tpot.conf.dist
dest: /root/tpot.conf dest: /root/tpot.conf
owner: root owner: root
group: root group: root

View file

Before

Width:  |  Height:  |  Size: 204 KiB

After

Width:  |  Height:  |  Size: 204 KiB

View file

Before

Width:  |  Height:  |  Size: 883 KiB

After

Width:  |  Height:  |  Size: 883 KiB

View file

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 148 KiB

View file

Before

Width:  |  Height:  |  Size: 193 KiB

After

Width:  |  Height:  |  Size: 193 KiB

View file

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 172 KiB

View file

Before

Width:  |  Height:  |  Size: 337 KiB

After

Width:  |  Height:  |  Size: 337 KiB

View file

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB