mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
15 lines
298 B
YAML
15 lines
298 B
YAML
---
|
|
|
|
- name: setup openpgpkey server
|
|
hosts: openpgpkey.archlinux.org
|
|
remote_user: root
|
|
roles:
|
|
- { role: common }
|
|
- { role: firewalld }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: certbot }
|
|
- { role: nginx }
|
|
- { role: wkd }
|
|
- { role: prometheus_exporters }
|