1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 11:54:39 +02:00
infrastructure/playbooks/apollo.yml
Sven-Hendrik Haase 2afc2a0509 Fix wrong name
2016-06-04 12:49:59 +02:00

12 lines
198 B
YAML

---
- name: setup apollo
hosts: apollo
remote_user: root
roles:
- common
- tools
- sshd
- ssh_keys
- { role: borg-server, backup_dir: "/backup", backup_clients: "orion" }