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

soyuz: Merge duplicate postfix/opendkim roles


Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent 49d7193f
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
- { role: root_ssh, tags: ['root_ssh'] } - { role: root_ssh, tags: ['root_ssh'] }
- { role: borg-client, backup_host: "borg@vostok.archlinux.org", backup_dir: "/backup/soyuz", postgres_backup_dir: "/var/lib/postgres/backup", tags: ['borg'] } - { role: borg-client, backup_host: "borg@vostok.archlinux.org", backup_dir: "/backup/soyuz", postgres_backup_dir: "/var/lib/postgres/backup", tags: ['borg'] }
- { role: opendkim, dkim_selector: soyuz, tags: ['mail'] } - { role: opendkim, dkim_selector: soyuz, tags: ['mail'] }
- { role: postfix, postfix_server: false, tags: ['mail'] } - { role: postfix, postfix_server: false, tags: ["mail", "postfix"] }
- { role: archusers, tags: ['archusers'] } - { role: archusers, tags: ['archusers'] }
- { role: nginx, letsencrypt_validation_dir: "/var/lib/letsencrypt", tags: ["nginx"] } - { role: nginx, letsencrypt_validation_dir: "/var/lib/letsencrypt", tags: ["nginx"] }
- { role: sudo, tags: ['sudo', 'archusers'] } - { role: sudo, tags: ['sudo', 'archusers'] }
...@@ -18,7 +18,5 @@ ...@@ -18,7 +18,5 @@
- { role: quassel, quassel_domain: "quassel.archlinux.org", tags: ['quassel'] } - { role: quassel, quassel_domain: "quassel.archlinux.org", tags: ['quassel'] }
- { role: syncrepo, mirror_domain: "mirror.pkgbuild.com", tags: ['syncrepo', 'nginx'] } - { role: syncrepo, mirror_domain: "mirror.pkgbuild.com", tags: ['syncrepo', 'nginx'] }
- { role: sogrep, tags: ['sogrep'] } - { role: sogrep, tags: ['sogrep'] }
- { role: opendkim, dkim_selector: soyuz, tags: ['mail'] }
- { role: postfix, postfix_server: false, tags: ["mail", "postfix"] }
- { role: archbuild, tags: ['archbuild'] } - { role: archbuild, tags: ['archbuild'] }
- { role: public_html, public_domain: "pkgbuild.com", tags: ['public_html', 'nginx'] } - { role: public_html, public_domain: "pkgbuild.com", tags: ['public_html', 'nginx'] }
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