1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-25 11:01:03 +02:00
infrastructure/playbooks/dragon.yml

19 lines
398 B
YAML

---
- name: setup dragon
hosts: dragon.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: sshd }
- { role: unbound }
- { role: root_ssh }
- { role: archusers }
- { role: sudo, tags: ['archusers'] }
- { role: syncrepo }
- { role: sogrep }
- { role: archbuild }
- { role: arch-boxes }
- { role: docker-image }