Ansible role to install Google Cloud SDK
- hosts: all
roles:
- role: wtanaka.gcloud_sdk
The full set of configuration options available are visible in defaults/main.yml
Default: []
list of package name strings to additionally install. Available examples:
google-cloud-sdk-app-engine-python
google-cloud-sdk-app-engine-java
google-cloud-sdk-datastore-emulator
google-cloud-sdk-pubsub-emulator
google-cloud-sdk-bigtable-emulator
kubectl
GPLv2