https://github.com/wintermi/anthosbm-ansible-automation
Ansible Automation for installing Anthos Bare Metal
https://github.com/wintermi/anthosbm-ansible-automation
ansible anthos-clusters edge google-cloud google-cloud-platform kubernetes
Last synced: about 2 months ago
JSON representation
Ansible Automation for installing Anthos Bare Metal
- Host: GitHub
- URL: https://github.com/wintermi/anthosbm-ansible-automation
- Owner: wintermi
- License: apache-2.0
- Created: 2021-09-13T04:08:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T23:24:24.000Z (over 3 years ago)
- Last Synced: 2025-04-27T00:26:16.135Z (2 months ago)
- Topics: ansible, anthos-clusters, edge, google-cloud, google-cloud-platform, kubernetes
- Language: Jinja
- Homepage:
- Size: 28.3 KB
- Stars: 6
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Ansible Automation for Installing Anthos Bare Metal
## Setup Remote User
Make 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:```
# Setup sudoers for remote user account e.g "ansible-runner"
sudo rm -f /etc/sudoers.d/*
cat <