1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 14:13:22 +02:00
infrastructure/playbooks/apollo.yml

12 lines
271 B
YAML
Raw Normal View History

2016-06-04 12:42:28 +02:00
---
2016-06-04 12:49:59 +02:00
- name: setup apollo
hosts: apollo
2016-06-04 12:42:28 +02:00
remote_user: root
roles:
- common
- tools
- sshd
- ssh_keys
2016-06-05 16:10:32 +02:00
- { role: borg-client, backup_host: "borg@vostok.archlinux.org", backup_dir: "/backup/apollo", postgres_backup_dir: "/var/lib/postgres/backup" }