{"id":21091367,"url":"https://github.com/andreasscherbaum/gpdb-ansible","last_synced_at":"2025-10-07T04:25:26.617Z","repository":{"id":150259144,"uuid":"76403709","full_name":"andreasscherbaum/gpdb-ansible","owner":"andreasscherbaum","description":"Ansible scripts for Greenplum Database","archived":false,"fork":false,"pushed_at":"2019-09-20T04:38:33.000Z","size":29,"stargazers_count":8,"open_issues_count":8,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T01:41:27.776Z","etag":null,"topics":["ansible","ansible-playbook","ansible-playbooks","ansible-role","ansible-roles","gpdb-ansible-roles","greenplum","greenplum-database"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreasscherbaum.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":"2016-12-13T22:26:55.000Z","updated_at":"2024-04-25T15:02:29.000Z","dependencies_parsed_at":"2023-05-28T07:00:40.106Z","dependency_job_id":null,"html_url":"https://github.com/andreasscherbaum/gpdb-ansible","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasscherbaum%2Fgpdb-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasscherbaum%2Fgpdb-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasscherbaum%2Fgpdb-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasscherbaum%2Fgpdb-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreasscherbaum","download_url":"https://codeload.github.com/andreasscherbaum/gpdb-ansible/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254538455,"owners_count":22087867,"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":["ansible","ansible-playbook","ansible-playbooks","ansible-role","ansible-roles","gpdb-ansible-roles","greenplum","greenplum-database"],"created_at":"2024-11-19T21:45:21.403Z","updated_at":"2025-10-07T04:25:21.563Z","avatar_url":"https://github.com/andreasscherbaum.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gpdb-ansible\n\nAnsible Roles to install Greenplum Database\n\n\n## Roles\n\nThere are a few predefined roles, they can be selected in _install-host.yml_.\n\nThe makefile offers to install all prerequisites on a host - only use this functionality in a trusted network! It will accept any ssh key without asking for further confirmation!\n\n\n## Instructions\n\nBest start with this [Ansible base](https://github.com/andreasscherbaum/ansible-base) repository and link the _gpdb-ansible_ roles as new roles in the _roles/_ directory.\n\n```\ngit clone https://github.com/andreasscherbaum/ansible-base greenplum-database\ngit clone https://github.com/geerlingguy/ansible-role-repo-epel.git greenplum-database/roles/epel\ngit clone https://github.com/andreasscherbaum/gpdb-ansible.git gpdb-ansible\nfor i in `cd gpdb-ansible/roles \u0026\u0026 ls`; do ln -s ../../gpdb-ansible/roles/$i greenplum-database/roles/$i; done\n\n```\n\n\nAnd add the new(s) role in _install-host.yml_, after the _common_ role:\n\n\n```\n---\n\n- hosts: all\n  become: yes\n  roles:\n    - common\n    - gpdb4\n\n```\n\n\nFinally initialize the build host, using:\n\n```\nmake install\n```\n\n\n## Configuration\n\nThe Greenplum Database version 4 information are in _roles/gpdb4/vars/main.yml_. Changing the version information will attempt an upgrade of the software. Always run a backup of your data first!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasscherbaum%2Fgpdb-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreasscherbaum%2Fgpdb-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasscherbaum%2Fgpdb-ansible/lists"}