mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
19 lines
404 B
YAML
19 lines
404 B
YAML
---
|
|
|
|
- name: setup dragon
|
|
hosts: dragon.archlinux.org
|
|
remote_user: root
|
|
roles:
|
|
- { role: common }
|
|
- { role: tools }
|
|
- { role: sshd }
|
|
- { role: unbound }
|
|
- { role: root_ssh }
|
|
- { role: archusers }
|
|
- { role: sudo, tags: ['archusers'] }
|
|
- { role: syncrepo }
|
|
- { role: sogrep }
|
|
- { role: archbuild }
|
|
- { role: fail2ban }
|
|
- { role: prometheus_exporters }
|