From baec64e2280a14d1bc57a0d44319874d8bc359fe Mon Sep 17 00:00:00 2001 From: Thomas Vaillant Date: Tue, 26 Nov 2019 09:15:16 +0100 Subject: [PATCH] Add T.A.D.S. boilerplate Terraform + Ansible + Docker Swarm boilerplate to do Infrastructure as Code and promote DevOps best practices --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3657f0a..398524e 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat - [Ansible Vagrant Examples by geerlingguy](https://github.com/geerlingguy/ansible-vagrant-examples) - Ansible examples using Vagrant to deploy to local VMs. - [System Hardening Framework/Roles](https://galaxy.ansible.com/dev-sec/) - These Roles help you harden your Linux Based OS as well as MySQl, NginX and SSH Server/Services. +- [T.A.D.S. boilerplate](https://github.com/Thomvaill/tads-boilerplate) - Provision and deploy a Docker Swarm cluster to development environment and to production. Infrastructure as Code and DevOps best practices. - [Openstack Ansible](https://github.com/openstack/openstack-ansible) - Ansible Playbooks for deploying [OpenStack](https://www.openstack.org/). - [DebOps](https://docs.debops.org/en/master/) - A extensive collection of Debian based Ansible Playbooks.