We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45e33c commit 4cb46b0Copy full SHA for 4cb46b0
roles/cluster_api/defaults/main.yml
@@ -19,6 +19,7 @@
19
cluster_api_github_token: ""
20
21
cluster_api_provider_path: /var/lib/cluster-api/providers
22
+cluster_api_controller_path: /var/lib/cluster-api/controllers
23
24
# cluster_api_version:
25
@@ -34,4 +35,6 @@ cluster_api_control_plane_version: "{{ cluster_api_version }}"
34
35
# cluster_api_infrastructure_provider:
36
# cluster_api_infrastructure_version:
37
38
+# cluster_api_openstack_controller_version:
39
+
40
cluster_api_node_selector: {}
0 commit comments