From 4afd8d158ed31faf6d566def9fdec175b55f02d4 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sat, 20 Jan 2024 12:35:55 +0500 Subject: [PATCH] docs: add a note about ansible --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fe208e4..9d5dc13 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,10 @@ Note that `inventory.ini` is not included in the repo. [odhosts] 192.168.0.1 ``` + + +## Why is this repository public? + +This repository can serve as a source of inspiration. +Ansible allows you not only to initially configure the system, +but also to synchronize settings between several computers.