{"id":15588259,"url":"https://github.com/eddiejaoude/saltstack","last_synced_at":"2025-10-13T04:31:48.608Z","repository":{"id":13735602,"uuid":"16429939","full_name":"eddiejaoude/saltstack","owner":"eddiejaoude","description":"Various SaltStack receipts, including php, mysql, redis, elastic search, apache, vhost, git etc...","archived":true,"fork":false,"pushed_at":"2014-07-09T18:18:51.000Z","size":199,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T05:31:44.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scheme","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/eddiejaoude.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}},"created_at":"2014-02-01T07:03:38.000Z","updated_at":"2024-10-08T21:30:52.000Z","dependencies_parsed_at":"2022-09-04T15:51:13.767Z","dependency_job_id":null,"html_url":"https://github.com/eddiejaoude/saltstack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eddiejaoude/saltstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddiejaoude%2Fsaltstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddiejaoude%2Fsaltstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddiejaoude%2Fsaltstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddiejaoude%2Fsaltstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eddiejaoude","download_url":"https://codeload.github.com/eddiejaoude/saltstack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddiejaoude%2Fsaltstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013688,"owners_count":26085390,"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-10-13T02:00:06.723Z","response_time":61,"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":[],"created_at":"2024-10-02T22:22:14.910Z","updated_at":"2025-10-13T04:31:48.341Z","avatar_url":"https://github.com/eddiejaoude.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vagrant \u0026 Saltstack\n\nVagrant\n\n\u003e Create and configure lightweight, reproducible, and portable development environments.\n\u003e Run a single command — \"vagrant up\" — and sit back as Vagrant puts together your complete development environment. Say goodbye to the \"works on my machine\" excuse as Vagrant creates identical development environments for everyone on your team.\n\nResources:\n- http://www.vagrantup.com\n\nSaltStack\n\n\u003e Fast, scalable and flexible software for data center automation, from infrastructure and any cloud, to the entire application stack\n\nResources:\n- http://www.saltstack.com\n\n\n## What Receipts to load\n\nUpdate /salt/roots/salt/top.sls with receipts to run\n\ni.e.\n\n```\nbase:\n  '*':\n    - base\n    - mysql\n    - webserver\n```\n\n## Updating VM with new Salt Receipts config\n\n1. Vagrant halt\n2. Vagrant up\n\n-- or --\n\n1. vagrant ssh\n2. sudo salt-call --local state.highstate -l debug\n\n\n## What is listening on which ports\n\n1. vagrant ssh\n2. netstat -an | grep LISTEN\n\n\n```\ntcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN\ntcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN\ntcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN\ntcp        0      0 0.0.0.0:45375           0.0.0.0:*               LISTEN\ntcp6       0      0 :::111                  :::*                    LISTEN\ntcp6       0      0 :::9200                 :::*                    LISTEN\ntcp6       0      0 :::9300                 :::*                    LISTEN\ntcp6       0      0 :::22                   :::*                    LISTEN\ntcp6       0      0 :::49690                :::*                    LISTEN\nunix  2      [ ACC ]     STREAM     LISTENING     824      /run/rpcbind.sock\nunix  2      [ ACC ]     STREAM     LISTENING     6933     @/com/ubuntu/upstart\nunix  2      [ ACC ]     STREAM     LISTENING     17229    /var/run/mysqld/mysqld.sock\nunix  2      [ ACC ]     SEQPACKET  LISTENING     7012     /run/udev/control\n\n```\n\n## What Vagrant VMs are currently running\n```\nps aux | grep 'vagrant' | grep -v 'grep' | grep -v 'vagrant ssh' | grep 'VMware Fusion' | awk '{split($23,array,/.vagrant/); print array[1]}'\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddiejaoude%2Fsaltstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feddiejaoude%2Fsaltstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddiejaoude%2Fsaltstack/lists"}