From 3216c25f8c001a6286705cdbef521bbf3c8a66c4 Mon Sep 17 00:00:00 2001 From: Steve Dogiakos Date: Fri, 21 Mar 2025 14:40:29 -0600 Subject: [PATCH] Update README.md Some formatting fixes from the transition from nano --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38b79fe..726e7fc 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ This repository contains an Ansible playbook and inventory file to automate the installation and basic configuration of Fail2Ban on multiple Debian/Ubuntu servers. ## `Contents fail2ban-setup.yaml` -— Ansible playbook to install and configure Fail2Ban ansiblehosts.yaml -— Inventory file listing the servers to manage +- Ansible playbook to install and configure Fail2Ban ansiblehosts.yaml +- Inventory file listing the servers to manage ## Inventory File The ansiblehosts.yaml file contains your target servers and connection details. -Example format: +**Example format:** ``` [webservers] 192.168.1.219 ansible_user=steve ansible_ssh_private_key_file=/home/steve/.ssh/id_ed25519 ansible_become=true