From 51b15b65108945ccd87e7692442f858e930b1ab8 Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Sat, 13 Feb 2021 15:04:50 +0100 Subject: [PATCH] Update docu links --- README.md | 4 ++-- cloud/ansible/README.md | 6 ++---- cloud/terraform/README.md | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e6fcbe6b..26ae8dfa 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ The Playbook in the [`cloud/ansible/openstack`](cloud/ansible/openstack) folder It first creates all resources (security group, network, subnet, router), deploys a new server and then installs and configures T-Pot. -You can have a look at the Playbook and easily adapt the deploy role for other [cloud providers](https://docs.ansible.com/ansible/latest/modules/list_of_cloud_modules.html). +You can have a look at the Playbook and easily adapt the deploy role for other [cloud providers](https://docs.ansible.com/ansible/latest/scenario_guides/cloud_guides.html). Check out [Ansible Galaxy](https://galaxy.ansible.com/search?keywords=&order_by=-relevance&page=1&deprecated=false&type=collection&tags=cloud) for more cloud collections. *Please note*: Cloud providers usually offer adjusted Debian OS images, which might not be compatible with T-Pot. There is no cloud provider support provided of any kind. @@ -304,7 +304,7 @@ You can find [Terraform](https://www.terraform.io/) configuration in the [`cloud This can be used to launch a virtual machine, bootstrap any dependencies and install T-Pot in a single step. Configuration for **Amazon Web Services** (AWS) and **Open Telekom Cloud** (OTC) is currently included. -This can easily be extended to support other [Terraform providers](https://www.terraform.io/docs/providers/index.html). +This can easily be extended to support other [Terraform providers](https://registry.terraform.io/browse/providers?category=public-cloud%2Ccloud-automation%2Cinfrastructure). *Please note*: Cloud providers usually offer adjusted Debian OS images, which might not be compatible with T-Pot. There is no cloud provider support provided of any kind. diff --git a/cloud/ansible/README.md b/cloud/ansible/README.md index 72fb7026..05d94819 100644 --- a/cloud/ansible/README.md +++ b/cloud/ansible/README.md @@ -2,7 +2,7 @@ Here you can find a ready-to-use solution for your automated T-Pot deployment using [Ansible](https://www.ansible.com/). 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. -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). +Apart from that you can easily adapt the deploy role to use other [cloud providers](https://docs.ansible.com/ansible/latest/scenario_guides/cloud_guides.html). Check out [Ansible Galaxy](https://galaxy.ansible.com/search?keywords=&order_by=-relevance&page=1&deprecated=false&type=collection&tags=cloud) for more cloud collections. The Playbook first creates all resources (security group, network, subnet, router), deploys a new server and then installs and configures T-Pot. @@ -231,7 +231,5 @@ Once this is done, you can proceed with connecting/logging in to the T-Pot accor # Further documentation - [Ansible Documentation](https://docs.ansible.com/ansible/latest/) -- [Cloud modules — Ansible Documentation](https://docs.ansible.com/ansible/latest/modules/list_of_cloud_modules.html) -- [os_server – Create/Delete Compute Instances from OpenStack — Ansible Documentation](https://docs.ansible.com/ansible/latest/modules/os_server_module.html) +- [openstack.cloud.server – Create/Delete Compute Instances from OpenStack](https://docs.ansible.com/ansible/latest/collections/openstack/cloud/server_module.html) - [Open Telekom Cloud Help Center](https://docs.otc.t-systems.com/) -- [Open Telekom Cloud API Overview](https://docs.otc.t-systems.com/en-us/api/wp/en-us_topic_0052070394.html) diff --git a/cloud/terraform/README.md b/cloud/terraform/README.md index 895a2af5..b8e19900 100644 --- a/cloud/terraform/README.md +++ b/cloud/terraform/README.md @@ -1,7 +1,7 @@ # T-Pot Terraform This [Terraform](https://www.terraform.io/) configuration can be used to launch a virtual machine, bootstrap any dependencies and install T-Pot in a single step. Configuration for Amazon Web Services (AWS) and Open Telekom Cloud (OTC) is currently included. -This can easily be extended to support other [Terraform providers](https://www.terraform.io/docs/providers/index.html). +This can easily be extended to support other [Terraform providers](https://registry.terraform.io/browse/providers?category=public-cloud%2Ccloud-automation%2Cinfrastructure). [Cloud-init](https://cloudinit.readthedocs.io/en/latest/) is used to bootstrap the instance and install T-Pot on startup.