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
fe7f6ad510
commit
d25bbd0032
1 changed files with 8 additions and 4 deletions
|
@ -1,8 +1,12 @@
|
||||||
# Ansible T-Pot Deployment on Open Telekom Cloud :cloud:
|
# T-Pot Ansible
|
||||||
|
|
||||||
Here you can find a ready-to-use solution for your automated T-Pot deployment using [Ansible](https://www.ansible.com/).
|
Here you can find a ready-to-use solution for your automated T-Pot deployment using [Ansible](https://www.ansible.com/).
|
||||||
It consists of multiple Ansible Playbooks, which can be reused across all Cloud Providers (like AWS, Azure, Digital Ocean).
|
It consists of an Ansible Playbook with multiple roles, which is reusable for all [OpenStack](https://www.openstack.org/) based clouds (e.g. Open Telekom Cloud, Orange Cloud, Telefonica Open Cloud, OVH) out of the box.
|
||||||
This example showcases the deployment on our own Public Cloud Offering [Open Telekom Cloud](https://open-telekom-cloud.com/en).
|
Apart from that you can easily adapt the deploy role to use other [cloud providers](https://docs.ansible.com/ansible/latest/modules/list_of_cloud_modules.html) (e.g. AWS, Azure, Digital Ocean, Google).
|
||||||
|
|
||||||
|
The Playbook first creates a new server and then installs and configures T-Pot.
|
||||||
|
|
||||||
|
This example showcases the deployment on our own OpenStack based Public Cloud Offering [Open Telekom Cloud](https://open-telekom-cloud.com/en).
|
||||||
|
|
||||||
# Table of contents
|
# Table of contents
|
||||||
- [Installation of Ansible Master](#installation)
|
- [Installation of Ansible Master](#installation)
|
||||||
|
@ -113,7 +117,7 @@ The settings are located in the following files:
|
||||||
|
|
||||||
<a name="otc-env"></a>
|
<a name="otc-env"></a>
|
||||||
## Configure `.otc_env.sh`
|
## Configure `.otc_env.sh`
|
||||||
Enter your Open Telekom Cloud API user credentials here (username, password, tennant-ID, project name):
|
Enter your Open Telekom Cloud API user credentials here (username, password, tenant-ID, project name):
|
||||||
```
|
```
|
||||||
export OS_USERNAME=your_api_user
|
export OS_USERNAME=your_api_user
|
||||||
export OS_PASSWORD=your_password
|
export OS_PASSWORD=your_password
|
||||||
|
|
Loading…
Reference in a new issue