{"id":21643964,"url":"https://github.com/application-research/estuary-ansible-deploy","last_synced_at":"2026-04-11T20:42:56.919Z","repository":{"id":104226760,"uuid":"571284121","full_name":"application-research/estuary-ansible-deploy","owner":"application-research","description":"Basic Ansible Deployment for Building/Deploying Estuary API and Shuttle Nodes ","archived":false,"fork":false,"pushed_at":"2023-01-26T15:57:15.000Z","size":25,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-01-25T04:11:13.451Z","etag":null,"topics":[],"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/application-research.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":"2022-11-27T18:36:03.000Z","updated_at":"2022-11-27T21:24:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"49c1fa25-6300-4ed0-8898-fe873f0f0ce0","html_url":"https://github.com/application-research/estuary-ansible-deploy","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/application-research%2Festuary-ansible-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/application-research%2Festuary-ansible-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/application-research%2Festuary-ansible-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/application-research%2Festuary-ansible-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/application-research","download_url":"https://codeload.github.com/application-research/estuary-ansible-deploy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244394463,"owners_count":20445634,"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-25T05:37:09.768Z","updated_at":"2026-04-11T20:42:56.888Z","avatar_url":"https://github.com/application-research.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Playbook for building and deploying Estuary directly to remote servers.\n\nThis is a basic playbook that just runs the same remote command we are manually running.\n\n## Prerequisite\n- Install ansible and ansible playbook cli. Follow the instructions [here](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)\n- Generate a SSH key and apply the SSH key to each of the host. (Generate ssh and add the public key to ~/.ssh/authorize_key of each server)\n- Replace the inventory files (.ini) with your host ssh private key (e.i `shuttle-6.estuary.tech ansible_user=root ansible_ssh_private_key_file=~/.ssh/estuary`)\n\n## Running\n### Ping only (just test)\n```\nansible-playbook -i prod/inventory.ini -k ping.yml \n```\n\n### Run the remote command to build and deploy\nRun the following command to deploy for each hosts.\n```\nansible-playbook -i prod/inventory.ini -k deploy-prod-api.yml --extra-vars \"tag=v0.3.9\"\nansible-playbook -i prod/inventory.ini -k deploy-prod-shuttle.yml --extra-vars \"tag=v0.3.9\"\nansible-playbook -i prod/inventory.ini -k deploy-prod-gateway.yml --extra-vars \"tag=v0.3.8\"\n```\n\n\n### Using the shell script\nAlternatively, you can run the following script (which just calls all the ansible-playbook command above)\n```\n./run-prod-build-deploy.sh v0.3.9 (pass the estuary tag)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplication-research%2Festuary-ansible-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplication-research%2Festuary-ansible-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplication-research%2Festuary-ansible-deploy/lists"}