Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
08d9fe0d
Commit
08d9fe0d
authored
Jun 04, 2016
by
Sven-Hendrik Haase
Browse files
Add apollo config
parent
144f14f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
hosts
View file @
08d9fe0d
...
...
@@ -3,3 +3,7 @@ orion.archlinux.org
[vostok]
vostok.archlinux.org
[apollo]
138.201.81.199
#apollo.archlinux.org
playbooks/apollo-provision.yml
0 → 100644
View file @
08d9fe0d
---
# 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
playbooks/apollo.yml
0 → 100644
View file @
08d9fe0d
---
-
name
:
setup vostok
hosts
:
vostok
remote_user
:
root
roles
:
-
common
-
tools
-
sshd
-
ssh_keys
-
{
role
:
borg-server
,
backup_dir
:
"
/backup"
,
backup_clients
:
"
orion"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment