1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/playbooks/openpgpkeys.archlinux.org.yml
2021-01-02 17:15:35 +01:00

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 }