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
e9fbb88c
Verified
Commit
e9fbb88c
authored
Sep 20, 2016
by
Jan Alexander Steffens (heftig)
Browse files
Lay some groundwork for soyuz
parent
bd90028c
Changes
6
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e9fbb88c
...
...
@@ -52,3 +52,7 @@ certbot certonly --email webmaster@archlinux.org --agree-tos --rsa-key-size 4096
-
build server (pkgbuild.com)
-
releng
-
torrent tracker
-
sogrep
-
/~user/ webhost
-
irc bot (phrik)
-
quassel core
host_vars/soyuz.archlinux.org
0 → 100644
View file @
e9fbb88c
---
ipv4_address: "TBD"
ipv6_address: "TBD/128"
ipv4_gateway: "TBD"
ipv6_gateway: "fe80::1"
filesystem: btrfs
# TODO: fill in IP addresses
hosts
View file @
e9fbb88c
...
...
@@ -6,3 +6,6 @@ vostok.archlinux.org
[apollo]
apollo.archlinux.org
[soyuz]
soyuz.archlinux.org
playbooks/soyuz-provision.yml
0 → 100644
View file @
e9fbb88c
---
# This script is for provisioning a server for first boot.
# Care: It is not idempotent by design.
-
name
:
provision soyuz
hosts
:
soyuz
remote_user
:
root
vars
:
-
hostname
:
soyuz
roles
:
-
install_arch
playbooks/soyuz.yml
0 → 100644
View file @
e9fbb88c
---
-
name
:
setup soyuz
hosts
:
soyuz
remote_user
:
root
roles
:
-
{
role
:
common
,
tags
:
[
'
common'
]
}
-
{
role
:
tools
,
tags
:
[
'
tools'
]
}
-
{
role
:
sshd
,
tags
:
[
'
sshd'
]
}
-
{
role
:
root_ssh
,
tags
:
[
'
root_ssh'
]
}
-
{
role
:
borg-client
,
backup_host
:
"
borg@vostok.archlinux.org"
,
backup_dir
:
"
/backup/soyuz"
,
postgres_backup_dir
:
None
,
tags
:
[
'
borg'
]
}
-
{
role
:
archusers
,
tags
:
[
'
archusers'
]
}
-
{
role
:
nginx
,
letsencrypt_validation_dir
:
"
/var/lib/letsencrypt"
,
tags
:
[
"
nginx"
]
}
-
{
role
:
sudo
,
tags
:
[
'
sudo'
,
'
archusers'
]
}
-
{
role
:
postgres
,
tags
:
[
'
postgres'
]
}
playbooks/vostok.yml
View file @
e9fbb88c
...
...
@@ -8,4 +8,4 @@
-
tools
-
sshd
-
root_ssh
-
{
role
:
borg-server
,
backup_dir
:
"
/backup"
,
backup_clients
:
[
"
orion"
,
"
apollo"
]
}
-
{
role
:
borg-server
,
backup_dir
:
"
/backup"
,
backup_clients
:
[
"
orion"
,
"
apollo"
,
"
soyuz"
]
}
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