Comparison of open-source configuration management software: Difference between revisions

Content deleted Content added
m Tag Bare URLs using AWB
m Replaced 6 bare URLs by {{Cite web}}
 
(One intermediate revision by one other user not shown)
Line 99:
! {{rh}} | Consfigurator
| [[Scheme (programming language)|Scheme]] ([[Steel Bank Common Lisp|SBCL]])
| [[GNU General Public License#Version 3|GPLv3+]]<ref>{{cite web | title=Consfigurator | url=https://spwhitton.name/tech/code/consfigurator/ {{Bare URL inline|date=August 2025}}</ref>
| {{yes}}{{efn|name="Key Pair"}}
| {{yes}}{{efn|name="Secure Shell"}}
Line 106:
| {{no}}
|
| 2024-07-26 1.4.2<ref>{{cite web | title=Tags · spwhitton/Consfigurator | website=[[GitHub]] | url=https://github.com/spwhitton/consfigurator/tags {{Bare URL inline|date=August 2025}}</ref>
|-
! {{rh}} | [[Guix]]
| [[Scheme (programming language)|Scheme]] ([[GNU Guile|Guile]])<ref>{{Cite web | title=GNU Guix Reference Manual | url=https://guix.gnu.org/en/manual/en/guix.html#System-Configuration {{Bare| URLarchive-url=https://web.archive.org/web/20210612235408/https://guix.gnu.org/en/manual/en/guix.html inline| access-date=August 2025-08-30 | archive-date=2021-06-12}}</ref><ref>{{Cite web | title=GNU Guix Reference Manual | url=https://guix.gnu.org/en/manual/en/guix.html#Invoking-guix-deploy {{Bare| URLarchive-url=https://web.archive.org/web/20210612235408/https://guix.gnu.org/en/manual/en/guix.html inline| access-date=August 2025-08-30 | archive-date=2021-06-12}}</ref>
| [[GNU General Public License#Version 3|GPLv3+]]<ref>{{Cite web | title=gnu.scm - guix.git - Mirror of https://codeberg.org/guix/guix {{!}} GNU Guix and GNU Guix System | url=https://git.savannah.gnu.org/cgit/guix.git/tree/gnu.scm?h=v1.4.0#n8 {{Bare URL inline| access-date=August 2025-08-30 | website=git.savannah.gnu.org}}</ref>
| {{yes}}{{efn|name="Key Pair"}}
| {{yes}}{{efn|name="Secure Shell"}}
Line 413:
| {{partial}}<ref name="consfigurator-portability"></ref>
|
| {{yes}}<ref name="consfigurator-portability">{{Cite web | title=Introduction — Consfigurator 1.5.3 documentation | url=https://spwhitton.name/doc/consfigurator/introduction.html#portability-and-stability {{Bare URL inline| access-date=August 2025-08-30 | website=spwhitton.name}}</ref>
|
|
Line 643:
 
;[[Guix]]
:Guix integrates many things in the same tool (a distribution, package manager, configuration management tool, container environment, etc). To remotely manage systems, it needs the target machines to already run Guix<ref>{{Cite web | title=GNU Guix Reference Manual | url=https://guix.gnu.org/en/manual/en/guix.html#index-machine_002dssh_002dconfiguration {{Bare| URLarchive-url=https://web.archive.org/web/20210612235408/https://guix.gnu.org/en/manual/en/guix.html inline| access-date=August 2025-08-30 | archive-date=2021-06-12}}</ref> or it can also alternatively deploy configurations inside Digital Ocean Droplet.<ref>{{Cite web | title=GNU Guix Reference Manual | url=https://guix.gnu.org/en/manual/en/guix.html#index-digital_002docean_002dconfiguration {{Bare| URLarchive-url=https://web.archive.org/web/20210612235408/https://guix.gnu.org/en/manual/en/guix.html inline| access-date=August 2025-08-30 | archive-date=2021-06-12}}</ref> The machines are configured with Scheme.
 
;[[ISconf]]