{"id":19367136,"url":"https://github.com/abailly/infra-test","last_synced_at":"2026-05-17T05:40:29.303Z","repository":{"id":20215145,"uuid":"23486755","full_name":"abailly/infra-test","owner":"abailly","description":null,"archived":false,"fork":false,"pushed_at":"2015-06-03T08:54:45.000Z","size":6644,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-06T21:45:45.938Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abailly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-30T07:12:07.000Z","updated_at":"2019-12-05T06:33:33.000Z","dependencies_parsed_at":"2022-08-28T09:20:58.091Z","dependency_job_id":null,"html_url":"https://github.com/abailly/infra-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abailly%2Finfra-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abailly%2Finfra-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abailly%2Finfra-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abailly%2Finfra-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abailly","download_url":"https://codeload.github.com/abailly/infra-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240491109,"owners_count":19809974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T07:48:19.792Z","updated_at":"2026-05-17T05:40:24.266Z","avatar_url":"https://github.com/abailly.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[Propellor](https://propellor.branchable.com/) is a\nconfiguration management system using Haskell and Git.\nEach system has a list of properties, which Propellor ensures\nare satisfied.\n\nPropellor is configured via a git repository, which typically lives\nin `~/.propellor/` on your development machine. Propellor clones the\nrepository to each host it manages, in a \n[secure](http://propellor.branchable.com/security/) way. See [[components]]\nfor details.\n\nProperties are defined using Haskell. Edit `~/.propellor/config.hs`\nto get started. There is fairly complete \n[API documentation](http://hackage.haskell.org/package/propellor/),\nwhich includes many built-in Properties for dealing with\n[Apt](http://hackage.haskell.org/package/propellor/docs/Propellor-Property-Apt.html)\nand\n[Apache](http://hackage.haskell.org/package/propellor/docs/Propellor-Property-Apache.html)\n,\n[Cron](http://hackage.haskell.org/package/propellor/docs/Propellor-Property-Cron.html)\nand\n[Commands](http://hackage.haskell.org/package/propellor/docs/Propellor-Property-Cmd.html)\n,\n[Dns](http://hackage.haskell.org/package/propellor/docs/Propellor-Property-Dns.html)\nand\n[Docker](http://hackage.haskell.org/package/propellor/docs/Propellor-Property-Docker.html), etc.\n\nThere is no special language as used in puppet, chef, ansible, etc.. just\nthe full power of Haskell. Hopefully that power can be put to good use in\nmaking declarative properties that are powerful, nicely idempotent, and\neasy to adapt to a system's special needs!\n\nIf using Haskell to configure Propellor seems intimidating,\nsee [configuration for the Haskell newbie](https://propellor.branchable.com/haskell_newbie/).\n\n## quick start\n\n1. Get propellor installed on your development machine (ie, laptop).\n     `cabal install propellor`\n          or\n     `apt-get install propellor`\n2. Run `propellor` for the first time. It will set up a `~/.propellor/` git\n   repository for you.\n3. If you don't have a gpg private key already, generate one: `gpg --gen-key`\n4. Run: `propellor --add-key $KEYID`, which will make propellor trust\n   your gpg key, and will sign your `~/.propellor` repository using it.\n5. Edit `~/.propellor/config.hs`, and add a host you want to manage.\n   You can start by not adding any properties, or only a few.\n6. Run: `propellor --spin $HOST`\n7. Now you have a simple propellor deployment, but it doesn't do\n   much to the host yet, besides installing propellor.  \n   So, edit `~/.propellor/config.hs` to configure the host, add some\n   properties to it, and re-run step 6.  \n   Repeat until happy and move on to the next host. :)\n8. Optionally, set up a [centralized git repository](https://propellor.branchable.com/centralized_git_repository/)\n   so that multiple hosts can be updated with a simple `git commit -S; git push`\n9. Write some neat new properties and send patches!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabailly%2Finfra-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabailly%2Finfra-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabailly%2Finfra-test/lists"}