diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-04-20 00:11:26 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-04-20 00:11:26 -0700 |
commit | d85cfa1693068666512b183ce9437faddda7de87 (patch) | |
tree | f69222d1f044141eb2ae997c5c50144b9928066a /playbooks/mail.yml | |
parent | d0eede8b6ce27d297879d9c56942d9053228acec (diff) | |
download | infra-d85cfa1693068666512b183ce9437faddda7de87.tar.gz infra-d85cfa1693068666512b183ce9437faddda7de87.zip |
Initiate operation email w SES
Diffstat (limited to 'playbooks/mail.yml')
-rw-r--r-- | playbooks/mail.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/mail.yml b/playbooks/mail.yml new file mode 100644 index 0000000..73c6d20 --- /dev/null +++ b/playbooks/mail.yml @@ -0,0 +1,7 @@ +--- + +- name: mail setup + hosts: mail + become: true + roles: + - mail |