community.general/lib/ansible/modules
Toshio Kuratomi 0d55081ba8 Fix use of user_data field with spot_price in ec2 module (#37628)
The user_data field is base64 encoded inside of the boto library.  In
Python3, base64 must be used with byte strings.  So we make sure to
encode the user_data into a byte string before passing it on to the boto
library.

Fixes #34978
2018-03-20 15:01:24 -04:00
..
cloud Fix use of user_data field with spot_price in ec2 module (#37628) 2018-03-20 15:01:24 -04:00
clustering Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
commands Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
crypto crypto: Fix incorrect type for privatekey_passphrase (#36868) 2018-02-28 17:19:22 +01:00
database Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
files Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
identity Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
inventory Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
messaging Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
monitoring Clean up Grafana docs a bit (#37516) 2018-03-17 02:53:26 +01:00
net_tools Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
network Added module for L4 Policy Set (#37346) 2018-03-20 10:30:23 +00:00
notification Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
packaging implemented installroot option (#33613) 2018-03-20 10:41:50 +00:00
remote_management Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
source_control Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
storage Added parameters to na_cdot_volume (#37202) 2018-03-16 15:14:06 -04:00
system Address some language in EXAMPLES (#37555) 2018-03-19 13:51:23 -04:00
utilities Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
web_infrastructure letsencrypt: don't mask values specified in data (#37556) 2018-03-18 16:51:50 -04:00
windows doc: Update pscx examples (#37245) 2018-03-15 09:10:58 +10:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00