ansible/roles/base/tasks/main.yml

25 lines
293 B
YAML

- include_tasks:
file: apt.yml
tags:
- apt
- include_tasks:
file: timezone.yml
tags:
- timezone
- include_tasks:
file: users.yml
tags:
- users
- include_tasks:
file: hostname.yml
tags:
- hostname
- include_tasks:
file: ssh.yml
tags:
- ssh