mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-05 09:24:12 +01:00
26f289b72b
ansible-lint 6.5.0 complains about: name: All names should start with an uppercase letter. (name[casing])
22 lines
662 B
YAML
22 lines
662 B
YAML
- name: Setup security.archlinux.org
|
|
hosts: security.archlinux.org
|
|
remote_user: root
|
|
roles:
|
|
- { role: common }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: borg_client, tags: ["borg"] }
|
|
- { role: certbot }
|
|
- { role: nginx }
|
|
- { role: postfix_null }
|
|
- { role: sudo }
|
|
- { role: uwsgi }
|
|
- role: security_tracker
|
|
security_tracker_domain: "security.archlinux.org"
|
|
security_tracker_nginx_conf: '/etc/nginx/nginx.d/security-tracker.conf'
|
|
security_tracker_dir: "/srv/http/security-tracker"
|
|
- { role: fail2ban }
|
|
- { role: prometheus_exporters }
|
|
- { role: promtail }
|
|
- { role: wireguard }
|