1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 07:12:19 +02:00
infrastructure/playbooks/vostok.yml
Jan Alexander Steffens (heftig) e9fbb88c98
Lay some groundwork for soyuz
2016-09-22 09:25:33 +02:00

12 lines
247 B
YAML

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