Commit Graph

2 Commits (097173c6f5e7dfebf445b6ac08f59eb1ea1df65f)

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