Skip to content

Commit 5f4d3f5

Browse files
Added infrastructure provisioning tools
- Added these tools under the new category "Infrastructure Provisioning": - [spire](https://github.com/epiccastle/spire) and [lines](https://github.com/rosineygp/lines) orchestrate machines over SSH, similar to Ansible but use a Clojure DSL - [Terra](https://github.com/luchiniatwork/terra) enables authoring of Terraform configurations using Clojure - [crucible](https://github.com/brabster/crucible) enables authoring of AWS CloudFormation templates using Clojure - [Dad](https://github.com/liquidz/dad) is a small machine configuration management tool - [almonds](https://github.com/murtaza52/almonds) is a library for provisioning selected AWS resource types - Fixed broken link for [pallet](https://github.com/pallet/pallet)
1 parent 57c0d5a commit 5f4d3f5

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

projects.yml

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,42 @@ lein_beanstalk:
466466
categories: [Deployment Automation, Leiningen Plugins]
467467
platforms: [clj]
468468

469+
spire:
470+
name: spire
471+
url: https://github.com/epiccastle/spire
472+
categories: [Infrastructure Provisioning]
473+
platforms: [clj]
474+
475+
lines:
476+
name: lines
477+
url: https://github.com/rosineygp/lines
478+
categories: [Infrastructure Provisioning]
479+
platforms: [clj]
480+
481+
terra:
482+
name: Terra
483+
url: https://github.com/luchiniatwork/terra
484+
categories: [Infrastructure Provisioning]
485+
platforms: [clj]
486+
487+
crucible:
488+
name: crucible
489+
url: https://github.com/brabster/crucible
490+
categories: [Infrastructure Provisioning]
491+
platforms: [clj]
492+
493+
dad:
494+
name: Dad
495+
url: https://github.com/liquidz/dad
496+
categories: [Infrastructure Provisioning]
497+
platforms: [clj]
498+
499+
almonds:
500+
name: almonds
501+
url: https://github.com/murtaza52/almonds
502+
categories: [Infrastructure Provisioning]
503+
platforms: [clj]
504+
469505
leiningen_war:
470506
name: Leiningen War Plugin
471507
url: https://github.com/alienscience/leiningen-war
@@ -780,8 +816,8 @@ cljfx:
780816

781817
pallet:
782818
name: Pallet
783-
url: http://pallet.github.com/pallet/
784-
categories: [Deployment Automation]
819+
url: https://github.com/pallet/pallet
820+
categories: [Infrastructure Provisioning]
785821
platforms: [clj]
786822

787823
cascalog:

0 commit comments

Comments
 (0)