An open API service indexing awesome lists of open source software.

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

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 <