Forked from
Arch Linux / infrastructure
1219 commits behind the upstream repository.
-
Evangelos Foutras authored
ansible-lint 6.5.0 complains about: name: All names should start with an uppercase letter. (name[casing])
Evangelos Foutras authoredansible-lint 6.5.0 complains about: name: All names should start with an uppercase letter. (name[casing])
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 }