1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 04:53:30 +02:00
infrastructure/playbooks/reprobuilds.yml
Jelle van der Waa f2aa4f137e reprobuilds: add reproducible build playbook
Add a playbook for our reproducible builds workers. Set's up a sudo user
so that an admin of the reproducible builds project can configure the
worker.
2018-11-25 21:58:23 +01:00

8 lines
166 B
YAML

---
- name: common playbook for reproducible build workers
hosts: reproducible-builds
remote_user: root
roles:
- { role: sudo }
- { role: reprobuilds }