From 20b8fe9051d5643251372f687429e715f86b44f0 Mon Sep 17 00:00:00 2001 From: Luca Date: Sun, 1 Oct 2023 12:48:39 +0200 Subject: [PATCH] remove badges from README.md remove badges from readme as i don't want any external references in here --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f5be8ef..a4ca976 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Ansible-Boilerplate -[![GitHub Issues](https://img.shields.io/github/issues/acch/ansible-boilerplate.svg)](https://github.com/acch/ansible-boilerplate/issues) [![GitHub Stars](https://img.shields.io/github/stars/acch/ansible-boilerplate.svg?label=github%20%E2%98%85)](https://github.com/acch/ansible-boilerplate/) [![License](https://img.shields.io/github/license/acch/ansible-boilerplate.svg)](LICENSE) - [Ansible](https://www.ansible.com/) is a configuration management tool, similar to [Chef](https://www.chef.io/) and [Puppet](https://puppet.com/). It allows for performing logical configuration of infrastructure components, such as servers and network switches. The configuration files in this repository can act as a template for your own Ansible projects, in order to get you started quickly. Once you've customized the configuration files then new servers can be configured quickly — excluding their network configuration. This means that adding new servers is as simple as: - Base OS installation of new server