11 lines
129 B
YAML
11 lines
129 B
YAML
---
|
|
- name: "Setup neko"
|
|
hosts: neko
|
|
roles:
|
|
- common
|
|
- docker
|
|
- neko
|
|
- customfirewall
|
|
- internalsmtp
|
|
...
|