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
e138650a
Commit
e138650a
authored
Jun 18, 2016
by
Sven-Hendrik Haase
Browse files
Rename ssh_keys to root_ssh
parent
fb0f9fd0
Changes
4
Hide whitespace changes
Inline
Side-by-side
playbooks/apollo.yml
View file @
e138650a
...
...
@@ -7,5 +7,5 @@
-
common
-
tools
-
sshd
-
ssh_keys
-
root_ssh
-
{
role
:
borg-client
,
backup_host
:
"
borg@vostok.archlinux.org"
,
backup_dir
:
"
/backup/apollo"
,
postgres_backup_dir
:
"
/var/lib/postgres/backup"
}
playbooks/orion.yml
View file @
e138650a
...
...
@@ -4,15 +4,15 @@
hosts
:
orion
remote_user
:
root
roles
:
-
common
-
tools
-
sshd
-
ssh_keys
-
{
role
:
borg-client
,
backup_host
:
"
borg@vostok.archlinux.org"
,
backup_dir
:
"
/backup/orion"
,
postgres_backup_dir
:
None
}
-
{
role
:
opendkim
,
dkim_selector
:
orion
}
-
{
role
:
postfix
}
-
archusers
-
{
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/orion"
,
postgres_backup_dir
:
None
,
tags
:
[
'
borg'
]
}
-
{
role
:
opendkim
,
dkim_selector
:
orion
,
tags
:
[
'
mail'
]
}
-
{
role
:
postfix
,
tags
:
[
'
mail'
]
}
-
{
role
:
archusers
,
tags
:
[
'
archusers'
]
}
-
{
role
:
nginx
,
tags
:
[
"
nginx"
]
}
-
{
role
:
dbscripts
,
repos_domain
:
"
repos.archlinux.org"
}
-
sudo
-
{
role
:
archweb
,
archweb_home
:
"
/srv/http/archweb"
}
-
{
role
:
dbscripts
,
repos_domain
:
"
repos.archlinux.org"
,
tags
:
[
'
dbscripts'
,
'
archusers'
]
}
-
{
role
:
sudo
,
tags
:
[
'
sudo'
,
'
archusers'
]
}
-
{
role
:
archweb
,
archweb_home
:
"
/srv/http/archweb"
,
tags
:
[
'
archweb'
]
}
playbooks/vostok.yml
View file @
e138650a
...
...
@@ -7,5 +7,5 @@
-
common
-
tools
-
sshd
-
ssh_keys
-
root_ssh
-
{
role
:
borg-server
,
backup_dir
:
"
/backup"
,
backup_clients
:
[
"
orion"
,
"
apollo"
]
}
roles/
ssh_keys
/tasks/main.yml
→
roles/
root_ssh
/tasks/main.yml
View file @
e138650a
File moved
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