1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-19 21:41:41 +02:00
infrastructure/playbooks/rebuilderd-workers.yml
Evangelos Foutras 26f289b72b
Capitalize the first letter of all task names
ansible-lint 6.5.0 complains about:

  name: All names should start with an
        uppercase letter. (name[casing])
2022-08-23 06:57:13 +03:00

14 lines
346 B
YAML

- name: Common playbook for rebuilderd_workers
hosts: rebuilderd_workers
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: wireguard }
- { role: sshd }
- { role: root_ssh }
- { role: rebuilderd_worker }
- { role: prometheus_exporters }
- { role: promtail }
- { role: fail2ban }