1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-25 20:24:29 +02:00
infrastructure/playbooks/gitlab.archlinux.org.yml

19 lines
688 B
YAML
Raw Normal View History

- name: Setup gitlab server
2019-08-11 00:16:40 +02:00
hosts: gitlab.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: wireguard }
2019-08-11 00:16:40 +02:00
- { role: sshd }
- { role: root_ssh }
- { role: gitlab,
gitlab_domain: "gitlab.archlinux.org",
gitlab_primary_addresses: ['159.69.41.129', '[2a01:4f8:c2c:5d2d::1]', '127.0.0.1', '[::1]'],
gitlab_pages_http_addresses: ['116.203.6.156:80', '[2a01:4f8:c2c:5d2d::2]:80'],
gitlab_pages_https_addresses: ['116.203.6.156:443', '[2a01:4f8:c2c:5d2d::2]:443']}
- { role: borg_client, tags: ["borg"] }
- { role: prometheus_exporters }
2021-02-26 22:14:05 +01:00
- { role: promtail }
- { role: fail2ban }