Skip to content
Snippets Groups Projects
Verified Commit b9cb1e5f authored by Florian Pritz's avatar Florian Pritz
Browse files

apollo: Add dedicated role tags for postfix and opendkim


Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent f1dec701
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
- { role: borg-client, backup_host: "borg@vostok.archlinux.org", backup_dir: "/backup/apollo", postgres_backup_dir: "/var/lib/postgres/backup", tags: ["borg"] }
- { role: nginx, letsencrypt_validation_dir: "/var/lib/letsencrypt", tags: ["nginx"] }
- { role: planet, planet_domain: "planet.archlinux.org", planet_dir: "/srv/http/planet", tags: ["planet"] }
- { role: postfix, postfix_server: false, tags: ["mail"] }
- { role: opendkim, dkim_selector: apollo, tags: ['mail'] }
- { role: postfix, postfix_server: false, tags: ["mail", "postfix"] }
- { role: opendkim, dkim_selector: apollo, tags: ['mail', "opendim"] }
- { role: dovecot, tags: ['mail', "dovecot"] }
- { role: postfwd, tags: ['mail', "postfwd"] }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment