1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/playbooks/dragon.yml
Sven-Hendrik Haase a636f8a597 Remove arch-boxes stuff (fixes #107)
This is now built enitrely in GitLab CI in the arch-boxes repo so this is no longer required.
2020-08-28 20:05:24 +00:00

18 lines
371 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: docker_image }