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