Mandar Kulkarni
79699ba429
Add integration test to check handling of module_defaults ( #296 )
...
Add integration test to check handling of module_defaults
SUMMARY
Add integration test to make sure that module_defaults are handled correctly in tasks.
Related to #126 .
ISSUE TYPE
Bugfix Pull Request
Reviewed-by: Mike Graves <mgraves@redhat.com >
Reviewed-by: None <None>
2021-12-07 21:33:26 +00:00
Mike Graves
a27c701afe
Release version 2.2.0 ( #234 )
...
Release version 2.2.0
SUMMARY
ISSUE TYPE
Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Jill R <None>
Reviewed-by: None <None>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: None <None>
2021-09-16 12:28:33 +00:00
abikouo
c330c7ec65
k8s_cp - a new module for copying files to/from a Pod ( #127 )
...
* k8s_cp module
* add documentation for k8s_cp module
* add doc for the new module
* pods should be running
* support for binary, archive and zip file
* sanity
* Delete file.txt
* remove unused
* set back
* Update collection.txt
* Update test_copy_errors.yml
* Update plugins/modules/k8s_cp.py
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
* Update k8s_cp.py
* Update k8s_cp.py
* tar binary requirements
* Update common.py
* Update k8s_cp.py
* Update k8s_cp.py
* replace kind with binary file
* Update test_copy_large_file.yml
* Update plugins/action/k8s_info.py
Co-authored-by: Mike Graves <mgraves@redhat.com >
* Update k8s_info.py
* Update k8s_info.py
* Update k8s_cp.py
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
Co-authored-by: Mike Graves <mgraves@redhat.com >
2021-07-26 13:21:34 +02:00
Mike Graves
18cbfb7f95
Remove deprecated k8s_facts ( #125 )
...
* Remove deprecated k8s_facts
This removes the k8s_facts alias to k8s_info.
* Add changelog fragment
2021-06-09 11:04:22 -04:00
Mike Graves
ba586a8ed8
Rename from community.kubernetes to kubernetes.core ( #6 )
...
* Rename from community.kubernetes to kubernetes.core
This goes through and renames community.kubernetes to kubernetes.core.
Most of this was generated from the downstream build script that was
used on the community repository, plus whatever hand edits I could find
that were needed.
The downstream build and test process has also been removed as this
repository is now the downstream repository.
* Fix CONTRIBUTING.md
2021-04-08 08:48:27 -04:00
Abhijeet Kasurde
2f6fae322c
Removed openshift inventory for community.kubernetes ( #377 )
2021-03-16 18:43:07 +05:30
Abhijeet Kasurde
1e511113a5
k8s_auth: remove module ( #376 )
2021-03-08 22:54:22 +05:30
Abhijeet Kasurde
dc80c418e9
Update minimum version of Ansible required ( #366 )
...
https://github.com/ansible-collections/community.kubernetes/pull/276
is backported to 2.9.17
Any Ansible version lesser than this will not work due to
Kubernetes-python compatibility issues.
Fixes : #314
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2021-02-16 15:05:53 -05:00
Abhijeet Kasurde
c76aa6e45a
Use runtime.yml for action plugin redirection ( #299 )
...
Previously, kubernetes collection used symlink for action plugin redirection. It is problematic when FQCN
is not provided. Using runtime.yml to redirect the action plugin.
Fixes : #278
2020-11-10 14:15:58 -05:00
Jeff Geerling
cfcdf4afc3
Issue #165 : Add plugin_routing information for deprecated plugins.
2020-07-23 12:04:54 -05:00
Abhijeet Kasurde
5b7046470e
helm: Add option 'atomic'
...
helm command provides option to remove installation on failure using
'atomic' flag.
This fix adds this parameter in helm module.
Fixes : #109
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-06-18 17:01:45 +05:30
Jeff Geerling
9d46d7b7c8
Merge pull request #126 from geerlingguy/125-requires-ansible
...
Issue #125 : Add requires_ansible version constraints to runtime.yml.
2020-06-16 15:06:21 -05:00
s-hertel
e3f138a530
Remove action_groups_redirection entry from meta/runtime.yml
2020-06-10 15:53:30 -04:00
Jeff Geerling
e55053c180
Issue #125 : Add requires_ansible version constraints to runtime.yml.
2020-06-10 13:57:02 -05:00
Jeff Geerling
86a2420efd
Add helm and extra k8s modules to action_groups config. ( #112 )
2020-06-02 15:48:35 +10:00
Sloane Hertel
b46a5ee10e
Add action groups for playbooks with module_defaults ( #107 )
...
* Keep backwards compatibility with playbooks using community.kubernetes content with module_defaults groups
2020-05-30 21:42:59 +10:00
Jeff Geerling
4b6fdb1615
Issue #1 : Restructure role into collection using content_collector.
2020-01-30 10:50:44 -06:00
Chris Houseknecht
83d369131a
Update meta and README
2017-03-23 09:16:42 -04:00
Chris Houseknecht
a72fa5104e
Fix platform
2017-03-23 04:28:18 -04:00
Chris Houseknecht
0999e4c2eb
Add meta data
2017-03-23 04:26:59 -04:00
Chris Houseknecht
f928690369
Initial commit
2017-03-22 18:08:20 -04:00