mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-17 08:57:36 -02:30
add growpart azure enabled (#10241)
This commit is contained in:
@@ -143,3 +143,6 @@ debian_os_family_extensions:
|
|||||||
|
|
||||||
# Sets DNSStubListener=no, useful if you get "0.0.0.0:53: bind: address already in use"
|
# Sets DNSStubListener=no, useful if you get "0.0.0.0:53: bind: address already in use"
|
||||||
systemd_resolved_disable_stub_listener: "{{ ansible_os_family in ['Flatcar', 'Flatcar Container Linux by Kinvolk'] }}"
|
systemd_resolved_disable_stub_listener: "{{ ansible_os_family in ['Flatcar', 'Flatcar Container Linux by Kinvolk'] }}"
|
||||||
|
|
||||||
|
# Enable 0120-growpart-azure-centos-7 tasks
|
||||||
|
growpart_azure_enabled: true
|
||||||
|
|||||||
@@ -120,6 +120,7 @@
|
|||||||
- not dns_late
|
- not dns_late
|
||||||
- azure_check.stat.exists
|
- azure_check.stat.exists
|
||||||
- ansible_os_family == "RedHat"
|
- ansible_os_family == "RedHat"
|
||||||
|
- growpart_azure_enabled
|
||||||
tags:
|
tags:
|
||||||
- bootstrap-os
|
- bootstrap-os
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user