{"id":15784745,"url":"https://github.com/srevenant/salt-master","last_synced_at":"2026-04-16T11:02:41.843Z","repository":{"id":128045459,"uuid":"96544058","full_name":"srevenant/salt-master","owner":"srevenant","description":"Run Salt Master as a container","archived":false,"fork":false,"pushed_at":"2019-08-15T20:14:35.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-22T04:47:34.068Z","etag":null,"topics":["alpine","centos","master","salt","salt-master","saltstack"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srevenant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-07T14:01:59.000Z","updated_at":"2019-08-15T20:49:06.000Z","dependencies_parsed_at":"2023-05-29T07:45:34.718Z","dependency_job_id":null,"html_url":"https://github.com/srevenant/salt-master","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"25e4fce4918e8020a63852cee44f7ead5c71a817"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/srevenant/salt-master","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srevenant%2Fsalt-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srevenant%2Fsalt-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srevenant%2Fsalt-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srevenant%2Fsalt-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srevenant","download_url":"https://codeload.github.com/srevenant/salt-master/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srevenant%2Fsalt-master/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275062967,"owners_count":25398887,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["alpine","centos","master","salt","salt-master","saltstack"],"created_at":"2024-10-04T20:05:12.302Z","updated_at":"2026-04-16T11:02:41.834Z","avatar_url":"https://github.com/srevenant.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# salt master\n\nThis is an example of how to leverage containers even for things such as a salt master.\n\nThis is intended as a reference, run as a swarm service, on a single node with local storage (or shared if you want to put it into a cluster).\n\nStackfile is: salt-master.yml\n\nFour volumes are used to track state between restarts, in `salt-master.yml`,\nwhich could be located anywhere outside the container, such as `/data/salt-master`:\n\n    mkdir -p /data/salt-master/pki\n    mkdir -p /data/salt-master/log\n    mkdir -p /data/salt-master/cache\n    mkdir -p /data/salt-master/master.d\n\nCreate the service with:\n\n    docker swarm init\n    docker stack deploy -c salt-master.yml salt\n\nUpdate the service with:\n\n    docker build -t salt-master . \u0026\u0026 \\\n        docker service update salt_master --image=salt-master --force\n\n(one might suggest you have a CI system trigger this command on a merge to a git repo)\n\nFiles located in bin/ are meant to be run from the outside host, to reach inside the container.\n\nIf working in AWS, consider [Oz Boostrap](https://github.com/srevenant/oz) as a way to setup the foundations for your network,\nbefore bringing a tool like saltstack online (a pre-provisioning bootstrap script)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrevenant%2Fsalt-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrevenant%2Fsalt-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrevenant%2Fsalt-master/lists"}