Skip to content
Snippets Groups Projects
Commit 08d9fe0d authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

Add apollo config

parent 144f14f6
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,7 @@ orion.archlinux.org
[vostok]
vostok.archlinux.org
[apollo]
138.201.81.199
#apollo.archlinux.org
---
# This script is for provisioning a server for first boot.
# Care: It is not idempotent by design.
- name: provision apollo
hosts: apollo
remote_user: root
vars:
- hostname: apollo
ipv4_address: "138.201.81.199"
ipv6_address: "2a01:4f8:172:1d86::1/128"
ipv4_gateway: "138.201.81.193"
ipv6_gateway: "fe80::1"
filesystem: btrfs
roles:
- install_arch
---
- name: setup vostok
hosts: vostok
remote_user: root
roles:
- common
- tools
- sshd
- ssh_keys
- { role: borg-server, backup_dir: "/backup", backup_clients: "orion" }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment