Skip to content

Commit

Permalink
move default variables to the correct location, per ansible variable …
Browse files Browse the repository at this point in the history
…precedence
  • Loading branch information
rtertiaer committed Jan 1, 2024
1 parent d61dad0 commit 82040f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
14 changes: 13 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
---
# defaults file for mailfruit
# Set the below value to the commit ID or reference (ie 'master') of trees to checkout and compile
# This is to gate when upstream breaks, which happens occasionally (as with all software)
mailfruit_trees_git_ref: 'master'

# Should you have something running on port 80 already, change this to a certbot
# plugin that knows better what to do.
mailfruit_certbot_authenticator: 'standalone'

# The DKIM selector to use. This gets embedded in the DKIM signature in each outbound email,
# and informs the receiving server what DNS record to query to check the signature.
# A simple way to deploy this to multiple servers without syncing key material would be to
# use a distinct value for this variable per-server and host each record independently.
mailfruit_dkim_selector: 'mail'
14 changes: 0 additions & 14 deletions vars/main.yml

This file was deleted.

0 comments on commit 82040f6

Please sign in to comment.