1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 01:21:36 +02:00
infrastructure/playbooks/opensearch.archlinux.org.yml

14 lines
338 B
YAML
Raw Normal View History

- name: Setup opensearch.archlinux.org
hosts: opensearch.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: wireguard }
- { role: hardening }
- { role: sshd }
- { role: root_ssh }
- { role: prometheus_exporters }
- { role: promtail }
- { role: opensearch }