{"id":19119795,"url":"https://github.com/wintermi/anthosbm-ansible-automation","last_synced_at":"2026-02-26T20:41:03.215Z","repository":{"id":136385244,"uuid":"405828507","full_name":"wintermi/anthosbm-ansible-automation","owner":"wintermi","description":"Ansible Automation for installing Anthos Bare Metal","archived":false,"fork":false,"pushed_at":"2022-02-27T23:24:24.000Z","size":29,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-27T00:26:16.135Z","etag":null,"topics":["ansible","anthos-clusters","edge","google-cloud","google-cloud-platform","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Jinja","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/wintermi.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":"2021-09-13T04:08:41.000Z","updated_at":"2023-01-15T14:59:48.000Z","dependencies_parsed_at":"2024-05-16T00:10:35.275Z","dependency_job_id":null,"html_url":"https://github.com/wintermi/anthosbm-ansible-automation","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/wintermi%2Fanthosbm-ansible-automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wintermi%2Fanthosbm-ansible-automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wintermi%2Fanthosbm-ansible-automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wintermi%2Fanthosbm-ansible-automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wintermi","download_url":"https://codeload.github.com/wintermi/anthosbm-ansible-automation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252523780,"owners_count":21761976,"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","anthos-clusters","edge","google-cloud","google-cloud-platform","kubernetes"],"created_at":"2024-11-09T05:11:12.008Z","updated_at":"2026-02-26T20:40:58.169Z","avatar_url":"https://github.com/wintermi.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example Ansible Automation for Installing Anthos Bare Metal\n\n\n## Setup Remote User\nMake sure that the remote user account is configured to allow for the execution of sudo without the need to enter a password.  An example of how this can be achieved can be found below:\n\n```\n# Setup sudoers for remote user account e.g \"ansible-runner\"\nsudo rm -f /etc/sudoers.d/*\ncat \u003c\u003cEOF | sudo tee /etc/sudoers.d/00-ansible-runner\nansible-runner   ALL=(ALL) NOPASSWD:ALL\nEOF\n```\n\n## Ansible Control Machine Setup\nOn your Ansible Control Machine, ensure that you install and initialize the Google Cloud SDK using these [instructions](https://cloud.google.com/sdk/docs). This process will install gcloud and gsutil.\n\nNext we need to loging in with your Google Account which will be used by Ansible to manage the services and service accounts:\n```\ngcloud auth login --update-adc\n```\nand finally ensure that you setup the default Google Cloud Project\n```\ngcloud config set project \"PROJECT_ID\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwintermi%2Fanthosbm-ansible-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwintermi%2Fanthosbm-ansible-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwintermi%2Fanthosbm-ansible-automation/lists"}