mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-14 12:18:08 +00:00
Update README.md
This commit is contained in:
parent
3d55d16f8d
commit
006a7c322c
1 changed files with 12 additions and 5 deletions
17
README.md
17
README.md
|
@ -52,7 +52,8 @@ 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)
|
- [Cloud Deployments](#cloud)
|
||||||
|
- [Ansible Deployment on Open Telekom Cloud](#ansible-otc)
|
||||||
- [First Run](#firstrun)
|
- [First Run](#firstrun)
|
||||||
- [System Placement](#placement)
|
- [System Placement](#placement)
|
||||||
- [Updates](#updates)
|
- [Updates](#updates)
|
||||||
|
@ -320,11 +321,17 @@ 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="cloud"></a>
|
||||||
|
## Cloud Deployments
|
||||||
|
Located in the [`cloud`](cloud) folder.
|
||||||
|
Currently there is an example with Ansible.
|
||||||
|
If you would like to contribute you can add other cloud deployments like Terraform, Chef or Puppet.
|
||||||
|
|
||||||
<a name="ansible-otc"></a>
|
<a name="ansible-otc"></a>
|
||||||
## Ansible Deployment on Open Telekom Cloud
|
### Ansible Deployment on Open Telekom Cloud
|
||||||
You can find an Ansible Playbook based automated T-Pot Deployment in the [`cloud`](cloud) folder.
|
You can find an Ansible Playbook based automated T-Pot Deployment in the [`cloud/open-telekom-cloud`](cloud/open-telekom-cloud) folder.
|
||||||
The Playbooks in the [`cloud/ansible`](cloud/ansible) folder are reusable across all cloud providers (like AWS, Azure, Digital Ocean).
|
The Playbooks in the [`cloud/open-telekom-cloud/ansible`](cloud/open-telekom-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).
|
The [`deploy_ansible_otc_t-pot.sh`](cloud/open-telekom-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.
|
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.
|
You can have a look at the script and easily adapt it for other cloud providers.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue