{"id":15167074,"url":"https://github.com/xenion1987/saltstack-playground","last_synced_at":"2026-02-07T22:03:41.080Z","repository":{"id":205493983,"uuid":"714361611","full_name":"Xenion1987/saltstack-playground","owner":"Xenion1987","description":"A DevContainer for playing around with salt-stack","archived":false,"fork":false,"pushed_at":"2023-11-06T09:49:34.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T21:47:53.359Z","etag":null,"topics":["devcontainer","docker","docker-compose","salt","salt-stack","saltstack","vscode"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Xenion1987.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-11-04T17:21:11.000Z","updated_at":"2023-11-06T07:18:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"e94a26e2-94d9-4e05-ab52-4d8b4e526006","html_url":"https://github.com/Xenion1987/saltstack-playground","commit_stats":null,"previous_names":["xenion1987/saltstack-playground"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xenion1987%2Fsaltstack-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xenion1987%2Fsaltstack-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xenion1987%2Fsaltstack-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xenion1987%2Fsaltstack-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xenion1987","download_url":"https://codeload.github.com/Xenion1987/saltstack-playground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247970495,"owners_count":21026155,"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":["devcontainer","docker","docker-compose","salt","salt-stack","saltstack","vscode"],"created_at":"2024-09-27T05:24:20.903Z","updated_at":"2026-02-07T22:03:41.043Z","avatar_url":"https://github.com/Xenion1987.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# saltstack-playground\n\n## Installing\n\n### Install requirements\n\n1. [vscode](https://code.visualstudio.com/Download)\n1. [docker compose](https://docs.docker.com/compose/install/)\n1. vscode plugins\n   1. [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)\n\n### Clone this repository\n\n```sh\ngit clone https://github.com/Xenion1987/saltstack-playground.git\n```\n\n## Start the playground\n\n### Start the saltstack control container\n\nOpen the repository in vscode. Vscode should give you a hint, that it has detected a DevContainer config and asks you to reopen it in DevContainer. Accept to initialize and start the environment.\n\n### Customize `salt-master-debian` container\n\n\u003e **This step will be executed automatically by starting the DevContainer**\n\nStarting the DevContainer will execute the script [post-create-command.sh](./.devcontainer/scripts/post-create-command.sh). Feel free to modify it to fit to your favorite tools and configs.\n\n### Check minion registration\n\nEvery minion should try to register with the **salt-master**:\n\n```txt\nroot ➜ /workspace (main) $ salt-key\nAccepted Keys:\nDenied Keys:\nUnaccepted Keys:\nalma.salt.minion\ndebian.salt.minion\nsuse.salt.minion\nubuntu.salt.minion\nRejected Keys:\n```\n\nAccept them individually via\n\n```sh\nsalt-key -a \u003cMINION_NAME\u003e\n```\n\nor accept them all at once:\n\n```\nroot ➜ /workspace (main) $ salt-key -y -A\nThe following keys are going to be accepted:\nUnaccepted Keys:\nalma.salt.minion\ndebian.salt.minion\nsuse.salt.minion\nubuntu.salt.minion\nKey for minion alma.salt.minion accepted.\nKey for minion debian.salt.minion accepted.\nKey for minion suse.salt.minion accepted.\nKey for minion ubuntu.salt.minion accepted.\n```\n\n### Test minion connection\n\nTest whether the accepted minions respond as expected:\n\n```\nroot ➜ /workspace (main) $ salt '*' test.version\ndebian.salt.minion:\n    3006.4\nalma.salt.minion:\n    3006.4\nubuntu.salt.minion:\n    3006.4\nsuse.salt.minion:\n    3006.0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxenion1987%2Fsaltstack-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxenion1987%2Fsaltstack-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxenion1987%2Fsaltstack-playground/lists"}