mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 05:52:37 +00:00
handle aliases for lookup and inventory plugins for authentication options (#500)
Honor aliases for lookup and inventory plugins rebase and extend the following PR #71 ISSUE TYPE Bugfix Pull Request Reviewed-by: Mike Graves <mgraves@redhat.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# When set to 'revert', the role will copy saved kubeconfig to the default location
|
||||
# When set to 'save', the role will copy default kubeconfig to the custom location
|
||||
kubeconfig_operation: "revert"
|
||||
kubeconfig_default_path: "~/.kube/config"
|
||||
kubeconfig_custom_path: "~/.kube/customconfig"
|
||||
Reference in New Issue
Block a user