Commit Graph

3 Commits (842394b1ab06756c37c3c15e1b72acec053c3282)

Author SHA1 Message Date
Brian Coca 04b4ca51c3 added missing msg=
fixes #2498
2016-12-08 11:34:26 -05:00
James Cammarata c6e8b9a0b7 Fixing/cleaning up kubernetes submission
1) Removed kubectl functionality. We'll move that into a different
   module in the future. Also removed post/put/patch/delete options,
   as they are not Ansible best practice.
2) Expanded error handling in areas where tracebacks were most likely,
   based on bad data from users, etc.
3) Added an 'insecure' option and made the password param optional, to
   enable the use of the local insecure port.
4) Allowed the data (both inline and from the file) to support multiple
   items via a list. This is common in YAML files where mutliple docs
   are used to create/remove multiple resources in one shot.
5) General bug fixing.
2016-12-08 11:34:08 -05:00
Eric Johnson a59cb5cae1 Adding kubernetes module 2016-12-08 11:34:08 -05:00