From 6d526fa868a4b16cc6291a946d009c80217f6d5a Mon Sep 17 00:00:00 2001 From: KeyboardInterrupt Date: Tue, 1 Sep 2020 18:39:19 +0200 Subject: [PATCH] adds Ansible for Kubernetes (#35) Adds Ansible for Kubernetes and improves the Description of Ansible for Devops --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99a381b..193b6e6 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat > Books about Ansible. -- [Ansible for DevOps](https://www.ansiblefordevops.com/) - Great Ansible Book, Free sample can be read [here](https://leanpub.com/ansible-for-devops/read_sample). - +- [Ansible for DevOps](https://www.ansiblefordevops.com/) - This book helps to start using Ansible to provision and manage anywhere from one to thousands of servers. Free sample can be read [here](https://leanpub.com/ansible-for-devops/read_sample). +- [Ansible for Kubernetes](https://www.ansibleforkubernetes.com/) - Deploy and maintain real-world massively-scalable and high-available applications with Ansible. ## Videos - [Ansible YouTube Channel](https://www.youtube.com/channel/UCPJo5UY1KsP7J1BuHmiWNzQ) - Official Ansible YouTube channel.