Skip to content
Snippets Groups Projects
Forked from Arch Linux / infrastructure
1219 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
mailman3.archlinux.org.yml 470 B
- name: Setup mailman3 server
  hosts: mailman3.archlinux.org
  remote_user: root
  roles:
    - { role: common }
    - { role: firewalld }
    - { role: wireguard }
    - { role: sshd }
    - { role: root_ssh }
    - { role: hardening }
    - { role: borg_client, tags: ["borg"] }
    - { role: prometheus_exporters }
    - { role: promtail }
    - { role: nginx, nginx_firewall_zone: wireguard }
    - { role: uwsgi }
    - { role: postgres }
    - { role: mailman3 }