Add openshift_route module for route creation (#40)

* first draft of interface

* Add basic implementation

* Add validation

* rename to openshift_route and add some test tasks

* Fix sanity checks

* Add checks for missing dependencies

* Add port processing like the oc command

* Add real tests

* Fix waiting

* add some more waiting to test

* add state parameters and fix RETURN docs

* try to fix odd sanity issue

* import tests passing

* Fix all sanity tests

* Do less work when state is absent, and add explicit removal values

* insecure_policy disable -> disallow

* add proper default for insecure_policy
This commit is contained in:
Fabian von Feilitzsch
2020-10-05 15:03:03 -04:00
committed by GitHub
parent 6942cd6756
commit e7c3351309
3 changed files with 785 additions and 0 deletions

View File

@@ -61,3 +61,4 @@
- import_tasks: tasks/validate_not_installed.yml
- import_tasks: tasks/openshift_auth.yml
- import_tasks: tasks/openshift_route.yml