16 lines
165 B
YAML
16 lines
165 B
YAML
|
- include: apt.yml
|
||
|
tags:
|
||
|
- apt
|
||
|
|
||
|
- include: users.yml
|
||
|
tags:
|
||
|
- users
|
||
|
|
||
|
- include: hostname.yml
|
||
|
tags:
|
||
|
- hostname
|
||
|
|
||
|
- include: ssh.yml
|
||
|
tags:
|
||
|
- ssh
|