1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 15:22:40 +02:00
infrastructure/playbooks/vostok.yml
2016-06-18 00:23:03 +02:00

12 lines
210 B
YAML

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