Jeff Geerling
|
1ef28bcd73
|
Issue #171: Update changelog and make sure things are ready for 1.0.0 release.
|
2020-07-28 10:37:15 -05:00 |
|
Abhijeet Kasurde
|
3aaf182c30
|
k8s_exec: Return rc for the command executed (#158)
k8s_exec now returns command return code in output.
Fixes: #122
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
2020-07-23 10:52:26 +05:30 |
|
Abhijeet Kasurde
|
3078131db5
|
Minor doc fixes (#114)
* Spelling fixes
* Documentation update
* Example update to use FQCN
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
2020-06-05 11:32:26 +05:30 |
|
Jeff Geerling
|
aad3ec7ad5
|
Add version_added to docs for each of the new collection modules.
|
2020-05-14 09:39:17 -05:00 |
|
Örjan Sjöholm
|
f45d33224f
|
Remove ANSIBLE_METADATA
The meta data field is deprecated and is not used anymore.
See ansible-collections/overview#57 for more details.
|
2020-05-14 14:25:07 +02:00 |
|
Jeff Geerling
|
7aa071c98f
|
Issue #49: Remaining fixes from diff on auto-migrated collection.
|
2020-03-20 15:42:13 -05:00 |
|
Tristan Cacqueray
|
eb50e6f6cd
|
Fix k8s_exec mode
|
2020-02-14 14:13:49 -05:00 |
|
Tristan Cacqueray
|
5f1b88ba6f
|
Update test variable name and k8s_exec version_added attribute
|
2020-02-14 18:28:16 +00:00 |
|
Tristan Cacqueray
|
42cf348eeb
|
Fix doc required and remove exec bit
|
2020-02-13 19:13:59 -05:00 |
|
Tristan Cacqueray
|
3bab767762
|
Fix doc-required-mismatch
|
2020-02-13 19:13:59 -05:00 |
|
Tristan Cacqueray
|
c4f5d254ca
|
Fix doc_fragments reference
|
2020-02-13 19:13:59 -05:00 |
|
Tristan Cacqueray
|
58d9bc13bb
|
Add k8s_exec module to execute command through the API
This change adds a new module to execute command in a container
through the API:
https://docs.okd.io/latest/dev_guide/executing_remote_commands.html#protocol
Related: https://github.com/ansible/ansible/pull/55029
Closes: https://github.com/ansible-collections/kubernetes/issues/7
|
2020-02-13 19:13:59 -05:00 |
|