4b5df0d866
Some services look for /etc/timezone on Debian/Ubuntu, so we should introduce it to the containers. In addition, added prechecks for /etc/localtime and /etc/timezone. Closes-Bug: #1821592 Change-Id: I9fef14643d1bcc7eee9547eb87fa1fb436d8a6b3
18 lines
378 B
YAML
18 lines
378 B
YAML
---
|
|
- include_tasks: host_os_checks.yml
|
|
when: prechecks_enable_host_os_checks | bool
|
|
|
|
- include_tasks: datetime_checks.yml
|
|
|
|
- include_tasks: port_checks.yml
|
|
when:
|
|
- inventory_hostname not in groups['deployment']|default([])
|
|
|
|
- include_tasks: service_checks.yml
|
|
|
|
- include_tasks: package_checks.yml
|
|
|
|
- include_tasks: user_checks.yml
|
|
|
|
- include_tasks: database_checks.yml
|