An open-source configuration management tool written in Haskell, using a declarative domain-specific language for high-level system configurations and host/service management.
Propellor is an open source configuration management and deployment tool written in the Haskell programming language. Unlike traditional imperative configuration management tools like Ansible, Puppet or Chef, Propellor uses a declarative domain-specific language to define desired system configurations and state.
Some key features and benefits of Propellor include:
Overall, Propellor brings the benefits of declarative DevOps infrastructure to enable flexible and robust server configuration management. Its domain specific approach and host/service abstraction aims to reduce complexity compared to general purpose tools.