Open isaacliao opened 8 years ago
The Ansible gce module currently creates or terminates Google Cloud instances, but doesn't yet have start/stop capabilities. Issue here: https://github.com/ansible/ansible-modules-core/issues/3100
Once Ansible supports this, write playbooks so that the Loom client can also start and stop instances.
This was added to Ansible a month after I created this issue: https://github.com/ansible/ansible-modules-core/commit/b5da9d190de77a86d57363148fadd9e219a77d06
So, should be doable now.
The Ansible gce module currently creates or terminates Google Cloud instances, but doesn't yet have start/stop capabilities. Issue here: https://github.com/ansible/ansible-modules-core/issues/3100
Once Ansible supports this, write playbooks so that the Loom client can also start and stop instances.