1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-25 11:01:03 +02:00
infrastructure/playbooks/gitlab.archlinux.org.yml
Sven-Hendrik Haase a5784406e4 Add GitLab role
2019-08-11 00:16:40 +02:00

13 lines
271 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" }