Pallet alternatives and similar tools
Based on the "Configuration Management" category.
Alternatively, view Pallet alternatives based on common mentions on social networks and blogs.
-
Ansible
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com. -
Chef
Chef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Pallet or a related project?
Popular Comparisons
README
This is the unstable development branch. See the stable branch for production code.
Pallet is used to provision and maintain servers on cloud and virtual machine infrastructure, and aims to solve the problem of providing a consistently configured running image across a range of clouds. It is designed for use from the Clojure REPL, from clojure code, and from the command line.
- reuse configuration in development, testing and production.
- store all your configuration in a source code management system (eg. git), including role assignments.
- configuration is re-used by composition; just create new functions that call existing crates with new arguments. No copy and modify required.
- enable use of configuration crates (recipes) from versioned jar files.
It uses jclouds to gain portable access to different cloud providers.
Documentation is available.
Crates
Pallet installation and configuration for various software packages is provided via crates. For pallet 0.4.x through 0.6.x, the crates are in the pallet-crates repo. For 0.7.x and on, each crate is in its own repository.
Support
On the mailing list, or #pallet on freenode irc.
Usage
The main documentation is on the PalletOps site.
Installation
Pallet is distributed as a jar, and is available in the sonatype repository.
Installation is with maven or your favourite maven repository aware build tool.
lein project.clj
:dependencies [[com.palletops/pallet "0.8.12"]]
maven pom.xml
<dependencies>
<dependency>
<groupId>com.palletops</groupId>
<artifactId>pallet</artifactId>
<version>0.8.12</version>
</dependency>
<dependencies>
<repositories>
<repository>
<id>clojars</id>
<url>http://clojars.org/repo</url>
</repository>
</repositories>
See also
chef, and puppet are other infrastructure automation tools.
License
Licensed under EPL
Copyright 2010, 2011, 2012 Hugo Duncan.
*Note that all licence references and agreements mentioned in the Pallet README section above
are relevant to that project's source code only.