diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-07 00:35:54 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-07 00:39:16 -0500 |
commit | ae64628958a10362aa7c65050ca8ff2546220c95 (patch) | |
tree | a8256e6c7e989709c7589cfc3c92f4d11f27753b /deploy-mail.yml | |
parent | fb0b3914086484d9284426985984e2c1699ba557 (diff) | |
download | oldinfra-ae64628958a10362aa7c65050ca8ff2546220c95.tar.gz oldinfra-ae64628958a10362aa7c65050ca8ff2546220c95.zip |
add mail role!
Diffstat (limited to 'deploy-mail.yml')
-rw-r--r-- | deploy-mail.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy-mail.yml b/deploy-mail.yml new file mode 100644 index 0000000..457edcb --- /dev/null +++ b/deploy-mail.yml @@ -0,0 +1,4 @@ +- name: mail setup + hosts: mail + roles: + - mail |