Add minimal playbook to run only the mlmmj role
This commit is contained in:
parent
ae3074789a
commit
9596dd549b
1 changed files with 8 additions and 0 deletions
8
mlmmj.yml
Normal file
8
mlmmj.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
- hosts:
|
||||||
|
- mail
|
||||||
|
|
||||||
|
become: yes
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- mlmmj
|
Loading…
Add table
Reference in a new issue