2015-12-31 00:11:33 +08:00
|
|
|
---
|
2018-06-21 14:17:03 +08:00
|
|
|
# Disable swap
|
2018-08-23 22:51:52 +08:00
|
|
|
- import_tasks: 0010-swapoff.yml
|
2018-11-01 23:08:50 +08:00
|
|
|
when:
|
|
|
|
- not dns_late
|
|
|
|
- disable_swap
|
2018-06-21 14:17:03 +08:00
|
|
|
|
2018-08-23 22:51:52 +08:00
|
|
|
- import_tasks: 0020-verify-settings.yml
|
2018-11-01 23:08:50 +08:00
|
|
|
when:
|
|
|
|
- not dns_late
|
2017-10-05 15:43:04 +08:00
|
|
|
tags:
|
|
|
|
- asserts
|
2017-01-02 19:14:03 +08:00
|
|
|
|
2018-08-23 22:51:52 +08:00
|
|
|
- import_tasks: 0040-set_facts.yml
|
2017-10-05 15:43:04 +08:00
|
|
|
tags:
|
2018-08-23 22:51:52 +08:00
|
|
|
- resolvconf
|
2017-10-05 15:43:04 +08:00
|
|
|
- facts
|
2016-08-27 01:24:47 +08:00
|
|
|
|
2018-08-23 22:51:52 +08:00
|
|
|
- import_tasks: 0050-create_directories.yml
|
2018-11-01 23:08:50 +08:00
|
|
|
when:
|
|
|
|
- not dns_late
|
2018-04-13 03:55:13 +08:00
|
|
|
|
2018-08-23 22:51:52 +08:00
|
|
|
- import_tasks: 0060-resolvconf.yml
|
2017-10-18 18:42:00 +08:00
|
|
|
when:
|
|
|
|
- dns_mode != 'none'
|
|
|
|
- resolvconf_mode == 'host_resolvconf'
|
2019-11-06 19:33:52 +08:00
|
|
|
- systemd_resolved_enabled.rc != 0
|
2020-06-29 15:26:17 +08:00
|
|
|
- not is_fedora_coreos
|
2019-11-06 19:33:52 +08:00
|
|
|
tags:
|
|
|
|
- bootstrap-os
|
|
|
|
- resolvconf
|
|
|
|
|
|
|
|
- import_tasks: 0061-systemd-resolved.yml
|
|
|
|
when:
|
|
|
|
- dns_mode != 'none'
|
|
|
|
- resolvconf_mode == 'host_resolvconf'
|
|
|
|
- systemd_resolved_enabled.rc == 0
|
2017-10-18 18:42:00 +08:00
|
|
|
tags:
|
|
|
|
- bootstrap-os
|
|
|
|
- resolvconf
|
|
|
|
|
2021-03-03 23:27:20 +08:00
|
|
|
- import_tasks: 0062-networkmanager-unmanaged-devices.yml
|
|
|
|
tags:
|
|
|
|
- bootstrap-os
|
|
|
|
|
|
|
|
- import_tasks: 0063-networkmanager-dns.yml
|
2020-06-29 15:26:17 +08:00
|
|
|
when:
|
|
|
|
- dns_mode != 'none'
|
|
|
|
- resolvconf_mode == 'host_resolvconf'
|
|
|
|
- is_fedora_coreos
|
|
|
|
tags:
|
|
|
|
- bootstrap-os
|
|
|
|
- resolvconf
|
|
|
|
|
2018-08-23 22:51:52 +08:00
|
|
|
- import_tasks: 0070-system-packages.yml
|
2018-11-01 23:08:50 +08:00
|
|
|
when:
|
|
|
|
- not dns_late
|
2017-10-05 15:43:04 +08:00
|
|
|
tags:
|
|
|
|
- bootstrap-os
|
2017-02-09 17:16:52 +08:00
|
|
|
|
2018-08-23 22:51:52 +08:00
|
|
|
- import_tasks: 0080-system-configurations.yml
|
2018-11-01 23:08:50 +08:00
|
|
|
when:
|
|
|
|
- not dns_late
|
2017-10-05 15:43:04 +08:00
|
|
|
tags:
|
|
|
|
- bootstrap-os
|
2015-12-31 05:15:18 +08:00
|
|
|
|
2018-08-23 22:51:52 +08:00
|
|
|
- import_tasks: 0090-etchosts.yml
|
2018-11-01 23:08:50 +08:00
|
|
|
when:
|
|
|
|
- not dns_late
|
2017-10-05 15:43:04 +08:00
|
|
|
tags:
|
|
|
|
- bootstrap-os
|
|
|
|
- etchosts
|
2016-12-07 23:57:05 +08:00
|
|
|
|
2018-08-23 22:51:52 +08:00
|
|
|
- import_tasks: 0100-dhclient-hooks.yml
|
2017-04-26 20:11:13 +08:00
|
|
|
when:
|
|
|
|
- dns_mode != 'none'
|
|
|
|
- resolvconf_mode == 'host_resolvconf'
|
2020-08-28 17:28:53 +08:00
|
|
|
- not ansible_os_family in ["Flatcar Container Linux by Kinvolk"]
|
2017-10-05 15:43:04 +08:00
|
|
|
tags:
|
|
|
|
- bootstrap-os
|
|
|
|
- resolvconf
|
2017-01-11 22:08:24 +08:00
|
|
|
|
2018-08-23 22:51:52 +08:00
|
|
|
- import_tasks: 0110-dhclient-hooks-undo.yml
|
2017-04-26 20:11:13 +08:00
|
|
|
when:
|
|
|
|
- dns_mode != 'none'
|
|
|
|
- resolvconf_mode != 'host_resolvconf'
|
2020-08-28 17:28:53 +08:00
|
|
|
- not ansible_os_family in ["Flatcar Container Linux by Kinvolk"]
|
2017-10-05 15:43:04 +08:00
|
|
|
tags:
|
|
|
|
- bootstrap-os
|
|
|
|
- resolvconf
|
2017-01-11 22:08:24 +08:00
|
|
|
|
2018-10-18 03:27:11 +08:00
|
|
|
# We need to make sure the network is restarted early enough so that docker can later pick up the correct system
|
|
|
|
# nameservers and search domains
|
2021-07-12 15:00:47 +08:00
|
|
|
- name: Flush handlers
|
|
|
|
meta: flush_handlers
|
2018-10-18 03:27:11 +08:00
|
|
|
|
2016-12-12 21:14:22 +08:00
|
|
|
- name: Check if we are running inside a Azure VM
|
2017-02-18 05:22:34 +08:00
|
|
|
stat:
|
|
|
|
path: /var/lib/waagent/
|
2021-02-10 21:36:59 +08:00
|
|
|
get_attributes: no
|
|
|
|
get_checksum: no
|
|
|
|
get_mime: no
|
2016-12-12 21:14:22 +08:00
|
|
|
register: azure_check
|
2018-11-01 23:08:50 +08:00
|
|
|
when:
|
|
|
|
- not dns_late
|
2017-10-05 15:43:04 +08:00
|
|
|
tags:
|
|
|
|
- bootstrap-os
|
2016-12-12 21:14:22 +08:00
|
|
|
|
2018-08-23 22:51:52 +08:00
|
|
|
- import_tasks: 0120-growpart-azure-centos-7.yml
|
2017-04-26 20:11:13 +08:00
|
|
|
when:
|
2018-11-01 23:08:50 +08:00
|
|
|
- not dns_late
|
2017-04-26 20:11:13 +08:00
|
|
|
- azure_check.stat.exists
|
2021-04-23 14:50:03 +08:00
|
|
|
- ansible_os_family == "RedHat"
|
2017-10-05 15:43:04 +08:00
|
|
|
tags:
|
|
|
|
- bootstrap-os
|