1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/playbooks/gitlab.archlinux.org.yml
2020-04-30 14:30:35 +02:00

14 lines
315 B
YAML

---
- name: setup gitlab server
hosts: gitlab.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: firewalld }
- { role: sshd }
- { role: root_ssh }
- { role: gitlab, gitlab_domain: "gitlab.archlinux.org" }
- { role: borg-client, tags: ["borg"] }