Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 587 Bytes

README.adoc

File metadata and controls

15 lines (11 loc) · 587 Bytes

Lander

Note
This project has been superseded by Sensible.

Lander generates a complete Ansible configuration from a Lisp form. How you obtain the Lisp form is up to you. You can write it by hand or use your favorite Lisp dialect to generate it.

The name was inspired by space exploration and Lisp’s mascot, the alien. Ansible generates scripts and lands them on foreign hosts; Lander lets us do it in Lisp.

The file hello.lisp contains a Hello World configuration that creates a text file in /tmp on localhost. Run hello.sh to try it.