1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-13 19:16:03 +02:00

updated why ansible in README

This commit is contained in:
eoli3n 2020-05-12 12:36:50 +02:00
parent 748e8bc8a2
commit 91b64c2343

View File

@ -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``