diff options
Diffstat (limited to 'ansible/plays')
-rw-r--r-- | ansible/plays/postfix.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/plays/postfix.yml b/ansible/plays/postfix.yml new file mode 100644 index 0000000..dc524d5 --- /dev/null +++ b/ansible/plays/postfix.yml @@ -0,0 +1,4 @@ +- hosts: + - knot + roles: + - postfix |