mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
14 lines
315 B
YAML
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"] }
|