mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-29 17:18:13 +01:00
updated why ansible in README
This commit is contained in:
parent
748e8bc8a2
commit
91b64c2343
@ -20,10 +20,11 @@
|
|||||||
|
|
||||||
## Why dotfiles with Ansible ?
|
## Why dotfiles with Ansible ?
|
||||||
|
|
||||||
- Config files derivation by host or by OS with jinja2 templating
|
- Modularity: Roles as modules
|
||||||
- It can manage packages too
|
- Factorization: Configuration files templated with jinja2 which use includes
|
||||||
- Secrets with Ansible-vault
|
- Simplicity: It only requires SSH on distant hosts, and can work locally too, ansible is available via pip.
|
||||||
- Multiple hosts and ability to update a config on all hosts from a single command
|
- 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
|
## Test VMs|Containers
|
||||||
Please check ``vagrant/*/README.md`` and ``docker/*/README.md``
|
Please check ``vagrant/*/README.md`` and ``docker/*/README.md``
|
||||||
|
Loading…
Reference in New Issue
Block a user