blob: e9fa40fa45796ff69914deb2e81977eb6d16f3f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
---
- import_tasks: dnf.yml
tags: dnf
- import_tasks: hosts.yml
tags: hosts
- import_tasks: timezone.yml
when: timezone is defined
tags: timezone
- import_tasks: locale.yml
when: locale is defined
tags: locale
- import_tasks: hostname.yml
when: hostname is defined
tags: hostname
- import_tasks: systemd.yml
tags: systemd
- import_tasks: resolved.yml
tags: resolved
- import_tasks: networkd.yml
tags: networkd
- import_tasks: timesyncd.yml
tags: timesyncd
- import_tasks: homed.yml
tags: homed
- import_tasks: sshd.yml
tags: sshd
- import_tasks: sudo.yml
tags: sudo
# vim: set ts=2 sw=2 et:
|