From 91b64c2343d85fe306f36c968aeb460d48d159b6 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Tue, 12 May 2020 12:36:50 +0200 Subject: [PATCH] updated why ansible in README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eea0dce..7a3a019 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,11 @@ ## Why dotfiles with Ansible ? -- Config files derivation by host or by OS with jinja2 templating -- It can manage packages too -- Secrets with Ansible-vault -- Multiple hosts and ability to update a config on all hosts from a single command +- Modularity: Roles as modules +- Factorization: Configuration files templated with jinja2 which use includes +- Simplicity: It only requires SSH on distant hosts, and can work locally too, ansible is available via pip. +- Flexibility: Push your dotfiles from/to any hosts you manage +- Toolbox: Dry-run mode, diff mode, files/vars encryption with Ansible-vault, tags... ## Test VMs|Containers Please check ``vagrant/*/README.md`` and ``docker/*/README.md``