|
|
@ -18,7 +18,7 @@ |
|
|
|
create: yes |
|
|
|
backup: yes |
|
|
|
marker: "# Ansible entries {mark}" |
|
|
|
notify: Preinstall | restart network |
|
|
|
notify: Preinstall | propagate resolvconf to k8s components |
|
|
|
|
|
|
|
- name: Remove search/domain/nameserver options before block |
|
|
|
replace: |
|
|
@ -29,7 +29,7 @@ |
|
|
|
with_nested: |
|
|
|
- "{{ [resolvconffile, base|default(''), head|default('')] | difference(['']) }}" |
|
|
|
- [ 'search ', 'nameserver ', 'domain ', 'options ' ] |
|
|
|
notify: Preinstall | restart network |
|
|
|
notify: Preinstall | propagate resolvconf to k8s components |
|
|
|
|
|
|
|
- name: Remove search/domain/nameserver options after block |
|
|
|
replace: |
|
|
@ -41,7 +41,7 @@ |
|
|
|
with_nested: |
|
|
|
- "{{ [resolvconffile, base|default(''), head|default('')] | difference(['']) }}" |
|
|
|
- [ 'search ', 'nameserver ', 'domain ', 'options ' ] |
|
|
|
notify: Preinstall | restart network |
|
|
|
notify: Preinstall | propagate resolvconf to k8s components |
|
|
|
|
|
|
|
|
|
|
|
- name: get temporary resolveconf cloud init file content |
|
|
|