Commit Graph

2 Commits (99ef1f3a9fa2bc16f47ce97c353c66da2efa8336)

Author SHA1 Message Date
Matt Clay a5e3d13adc Remove shebangs from unit tests. 9 years ago
Tom Melendez c2edc8a264 [GCE] Google Cloud Pubsub Module (#19091)
* Google Cloud Pubsub Module

The Google Cloud Pubsub module allows the Ansible user to:
* Create/Delete Topics
* Create/Delete Subscriptions
* Change subscription from pull to push (and configure endpoint)
* Publish messages to a topic
* Pull messages from a Subscription

An accessory module, gcpubsub_facts, has been added to list topics and subscriptions.

* Added docs for state field to DOCUMENTATION and RETURN blocks.
9 years ago