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

13 lines
262 B
YAML

---
- name: setup gitlab-runners
hosts: gitlab_runners
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: hardening }
- { role: sshd }
- { role: root_ssh }
- { role: fail2ban }
- { role: gitlab-runner }