mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
Update README.md
This commit is contained in:
parent
ecd47346e5
commit
886f08f7e2
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -52,6 +52,7 @@ Furthermore we use the following tools
|
||||||
- [Running on Hardware](#hardware)
|
- [Running on Hardware](#hardware)
|
||||||
- [Post Install User](#postinstall)
|
- [Post Install User](#postinstall)
|
||||||
- [Post Install Auto](#postinstallauto)
|
- [Post Install Auto](#postinstallauto)
|
||||||
|
- [Ansible Deployment on Open Telekom Cloud](#ansible-otc)
|
||||||
- [First Run](#firstrun)
|
- [First Run](#firstrun)
|
||||||
- [System Placement](#placement)
|
- [System Placement](#placement)
|
||||||
- [Updates](#updates)
|
- [Updates](#updates)
|
||||||
|
@ -117,6 +118,9 @@ Furthermore we use the following tools
|
||||||
- **Improve install speed with apt-fast**
|
- **Improve install speed with apt-fast**
|
||||||
- Migrating from a stable base install to Debian (Sid) requires downloading lots of packages. Depending on your geo location the download speed was already improved by introducing netselect-apt to determine the fastest mirror. Wit
|
- Migrating from a stable base install to Debian (Sid) requires downloading lots of packages. Depending on your geo location the download speed was already improved by introducing netselect-apt to determine the fastest mirror. Wit
|
||||||
h apt-fast the downloads will be even faster by downloading packages not only in parallel but also with multiple connections per package.
|
h apt-fast the downloads will be even faster by downloading packages not only in parallel but also with multiple connections per package.
|
||||||
|
- **Added Ansible T-Pot Deployment on Open Telekom Cloud**
|
||||||
|
- Reusable Ansible Playbooks for all cloud providers
|
||||||
|
- Example Showcase with our Open Telekom Cloud
|
||||||
|
|
||||||
<a name="concept"></a>
|
<a name="concept"></a>
|
||||||
# Technical Concept
|
# Technical Concept
|
||||||
|
@ -316,6 +320,14 @@ cp tpot.conf.dist tpot.conf
|
||||||
|
|
||||||
The installer will start automatically and guide you through the install process.
|
The installer will start automatically and guide you through the install process.
|
||||||
|
|
||||||
|
<a name="ansible-otc"></a>
|
||||||
|
## Ansible Deployment on Open Telekom Cloud
|
||||||
|
You can find an Ansible Playbook based automated T-Pot Deployment in the [`cloud`](cloud) folder.
|
||||||
|
The Playbooks in the [`cloud/ansible`](cloud/ansible) folder are reusable across all cloud providers (like AWS, Azure, Digital Ocean).
|
||||||
|
The [`deploy_ansible_otc_t-pot.sh`](cloud/deploy_ansible_otc_t-pot.sh) script is an example of how it works with our own Public Cloud Offering [Open Telekom Cloud](https://open-telekom-cloud.com/en).
|
||||||
|
It first creates a new Elastic Cloud Server via the Open Telekom Cloud API and then invokes the Ansible Playbooks to install and configure T-Pot.
|
||||||
|
You can have a look at the script and easily adapt it for other cloud providers.
|
||||||
|
|
||||||
<a name="firstrun"></a>
|
<a name="firstrun"></a>
|
||||||
## First Run
|
## First Run
|
||||||
The installation requires very little interaction, only a locale and keyboard setting have to be answered for the basic linux installation. The system will reboot and please maintain the active internet connection. The T-Pot installer will start and ask you for an installation type, password for the **tsec** user and credentials for a **web user**. Everything else will be configured automatically. All docker images and other componenents will be downloaded. Depending on your network connection and the chosen installation type, the installation may take some time. During our tests (250Mbit down, 40Mbit up), the installation was usually finished within a 15-30 minute timeframe.
|
The installation requires very little interaction, only a locale and keyboard setting have to be answered for the basic linux installation. The system will reboot and please maintain the active internet connection. The T-Pot installer will start and ask you for an installation type, password for the **tsec** user and credentials for a **web user**. Everything else will be configured automatically. All docker images and other componenents will be downloaded. Depending on your network connection and the chosen installation type, the installation may take some time. During our tests (250Mbit down, 40Mbit up), the installation was usually finished within a 15-30 minute timeframe.
|
||||||
|
|
Loading…
Reference in a new issue