Software:Synctool
From HandWiki
Developer(s) | Walter de Jong |
---|---|
Stable release | 6.3[1]
/ 11 August 2019 |
Repository | github |
Written in | Python |
Operating system | Cross-platform |
Platform | rsync, ssh |
Type | Configuration management System administration Network management |
License | GPL v2.0 |
Website | www |
Synctool is an open-source configuration management system, written by Walter de Jong, the systems expert at SURFsara. Synctool aims to be easy to understand, learn and use. It is built in Python and makes use of SSH (with host or key based authentication) and rsync. It has the following characteristics:
- A host can be part of logical group.
- Groups can be nested.
- Files are designated in groups by means of the filename extension.
- The 'overlay' directory tree contains the files and directories that should be copied (or 'synced') to the target host.
- No specific language is needed; scripts can be added in any scripting language.
- Scripts can be linked to files to perform actions after a file update.
- The 'tasks' directory contains scripts that are not linked to specific files but to a host or host groups; these tasks can be used for software package management. Synctool by itself offers limited package management tools.
See also
- Comparison of open-source configuration management software
- Infrastructure as code (IaC)
- Infrastructure as Code Tools
References
Original source: https://en.wikipedia.org/wiki/Synctool.
Read more |