diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-11-19 09:42:56 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-11-19 09:42:56 +0100 |
commit | 7ece9c34bbfb150c5775c1aae8cf189ac517fb35 (patch) | |
tree | f4e6aaeb1ab5e0bbd3614d455e0564f5c6bd4c1e /ansible/plays | |
parent | 9c7a251c1dbff58b45151d93fdb17845f820dcb1 (diff) | |
download | infra-7ece9c34bbfb150c5775c1aae8cf189ac517fb35.tar.gz infra-7ece9c34bbfb150c5775c1aae8cf189ac517fb35.tar.bz2 infra-7ece9c34bbfb150c5775c1aae8cf189ac517fb35.tar.xz infra-7ece9c34bbfb150c5775c1aae8cf189ac517fb35.zip |
Postfix: rotating keys.
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 |