mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
[cloud] New module: PubNub BLOCKS management module (#20200)
* Added PubNub BLOCKS management module. * . increased block start/stop wait to 30 seconds * . fixed multi-line documentation * . fixed YAML formatting in documentation section * . removed multi-line commits . fixed YAML format in description section * . updated test script to upload event handler sources if non-local connection used for tests . changed module configuration parameter from 'block' to 'name' (represent target block name) . updated module docs regarding 'chanes' configuration parameter. Only block 'name' can be changed using this parameter ('description' can be changed directly in module call configuration) . changed module configuration parameter from 'pwd' tp 'password' . migrated 'urlencode' import from try..catch to six module imported from Ansible module utils . removed custom method which is used to verify whether value is empty * ^ fixed value for key-path function usage with names of application/keyset/block and handlers. . reduced unnecessary requests (better pre-procesing of previous results) . event handler name change won't trigger block restart * ^ fixed too long documentation lines * . moved PubNub BLOCKS client code into separate package under PyPi . updated module code to utilize new package . changed block start stop state to: started and started * . small changes in documentation format
This commit is contained in:
parent
80bc7048bd
commit
8cb57f0b1d
2 changed files with 565 additions and 0 deletions
0
lib/ansible/modules/cloud/pubnub/__init__.py
Normal file
0
lib/ansible/modules/cloud/pubnub/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue