--- - 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 }