From cb61987ffb91c81c3e0c82e3f73f846586b1d770 Mon Sep 17 00:00:00 2001 From: sysadt Date: Tue, 27 Jun 2023 21:39:17 +0200 Subject: [PATCH] Added references to Ansible playbooks --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f41953c..6648cd4 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ This guides purpose is to teach you how to secure a Linux server. There are a lot of things you can do to secure a Linux server and this guide will attempt to cover as many of them as possible. More topics/material will be added as I learn, or as folks [contribute](#contributing). +Ansible playbooks of this guide are available at [How To Secure A Linux Server With Ansible](https://github.com/sysadt/How-To-Secure-A-Linux-Server-With-Ansible) by [sysadt](https://github.com/sysadt). + ([Table of Contents](#table-of-contents)) ### Why Secure Your Server @@ -97,8 +99,6 @@ I've never found one guide that covers everything -- this guide is my attempt. Many of the things covered in this guide may be rather basic/trivial, but most of us do not install Linux every day and it is easy to forget those basic things. -IT automation tools like [Ansible](https://www.ansible.com/), [Chef](https://www.chef.io/), [Jenkins](https://jenkins.io/), [Puppet](https://puppet.com/), etc. help with the tedious task of installing/configuring a server but IMHO they are better suited for multiple or large scale deployments. IMHO, the overhead required to use those kinds of automation tools is wholly unnecessary for a one-time single server install for home use. - ([Table of Contents](#table-of-contents)) ### Other Guides @@ -3546,6 +3546,7 @@ For any questions, comments, concerns, feedback, or issues, submit a [new issue] - https://news.ycombinator.com/item?id=19177435#19178618 - https://www.reddit.com/r/linuxadmin/comments/arx7xo/howtosecurealinuxserver_an_evolving_howto_guide/ - https://www.reddit.com/r/linux/comments/arx7st/howtosecurealinuxserver_an_evolving_howto_guide/ +- https://github.com/sysadt/How-To-Secure-A-Linux-Server-With-Ansible ([Table of Contents](#table-of-contents))