{"id":44587977,"url":"https://github.com/clbartolome/automation-developer-hub","last_synced_at":"2026-02-14T06:30:35.362Z","repository":{"id":230953512,"uuid":"776076649","full_name":"clbartolome/automation-developer-hub","owner":"clbartolome","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-12T08:31:30.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-12T18:09:57.077Z","etag":null,"topics":["ansible","developer-tools","gitops","redhat"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clbartolome.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-22T16:25:47.000Z","updated_at":"2026-01-12T08:31:39.000Z","dependencies_parsed_at":"2025-03-10T10:24:16.007Z","dependency_job_id":"35d2cc9d-c662-41e3-b70e-b24828337b65","html_url":"https://github.com/clbartolome/automation-developer-hub","commit_stats":null,"previous_names":["clbartolome/automation-developer-hub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clbartolome/automation-developer-hub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clbartolome%2Fautomation-developer-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clbartolome%2Fautomation-developer-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clbartolome%2Fautomation-developer-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clbartolome%2Fautomation-developer-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clbartolome","download_url":"https://codeload.github.com/clbartolome/automation-developer-hub/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clbartolome%2Fautomation-developer-hub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29438753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T05:24:35.651Z","status":"ssl_error","status_checked_at":"2026-02-14T05:24:34.830Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ansible","developer-tools","gitops","redhat"],"created_at":"2026-02-14T06:30:34.391Z","updated_at":"2026-02-14T06:30:35.357Z","avatar_url":"https://github.com/clbartolome.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# automation-developer-hub\n\nRepository with a collection development and lifecycle with OpenShift DevTools\n\n\u003e [!IMPORTANT]  \n\u003e Last tested versions: \n\u003e - OpenShift: 4.18.4\n\u003e - OpenShift GitOps: 1.15.1\n\u003e - OpenShift Pipelines: 1.17.1 \n\u003e - OpenShift DevSpaces: 3.18.1\n\u003e - AAP: 2.5\n\n\n## Pre-Requisites\n\n- Install **OpenShift GitOps** operator (default config)\n- Install **OpenShift Pipelines** operator (default config)\n- Install **OpenShift DevSpaces** operator (default config) and create an instance of eclipse che\n- Install **Ansible Automation Platform** operator (default config)\n- Build Ansible Execution Environment Manually:\n\n```sh\ncd installation/ansible-navigator\nansible-builder build -t custom-ee:latest\n```\n\n- Fork repository `https://github.com/zaskan/ansible-devspaces-demo` and generate a token so demo resources can perform actions on it with following permissions:\n  - Contents (RW) \n  - Webhooks (RW) \n  - Pull requests (RW)\n\n## Install\n\n- Open a terminal\n\n- Login into OpenShift\n\n- Access installation-\u003eansible-navigator: `cd installation/ansible-navigator`\n\n- Create environment vars for configuration (**update token**):\n\n```sh\nexport OPENSHIFT_TOKEN=$(oc whoami --show-token)\nexport CLUSTER_DOMAIN=$(oc whoami --show-server | sed 's~https://api\\.~~' | sed 's~:.*~~')\nexport GITHUB_USER=\u003cuser\u003e\nexport GITHUB_TOKEN=\u003ctoken\u003e\nexport GITHUB_BRANCH=\u003cbranch name to be used during demo (will be created and deleted automatically)\u003e\n```\n\n- Run installation:\n\n```sh\nansible-navigator run ../install.yaml -m stdout \\\n    -e \"ocp_host=$CLUSTER_DOMAIN\" \\\n    -e \"api_token=$OPENSHIFT_TOKEN\" \\\n    -e \"github_user=$GITHUB_USER\" \\\n    -e \"github_token=$GITHUB_TOKEN\" \\\n    -e \"github_branch=$GITHUB_BRANCH\"\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclbartolome%2Fautomation-developer-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclbartolome%2Fautomation-developer-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclbartolome%2Fautomation-developer-hub/lists"}