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
59924c98
Commit
59924c98
authored
Jun 04, 2016
by
Sven-Hendrik Haase
Browse files
Fix some typos
parent
245057dd
Changes
3
Hide whitespace changes
Inline
Side-by-side
playbooks/apollo.yml
View file @
59924c98
...
...
@@ -8,4 +8,4 @@
-
tools
-
sshd
-
ssh_keys
-
{
role
:
borg-
server
,
backup_
dir
:
"
/backup"
,
backup_clients
:
"
orion
"
}
-
{
role
:
borg-
client
,
backup_
host
:
"
borg@vostok.archlinux.org"
,
backup_dir
:
"
/backup/apollo
"
}
playbooks/vostok.yml
View file @
59924c98
...
...
@@ -8,4 +8,4 @@
-
tools
-
sshd
-
ssh_keys
-
{
role
:
borg-server
,
backup_dir
:
"
/backup"
,
backup_clients
:
"
orion"
}
-
{
role
:
borg-server
,
backup_dir
:
"
/backup"
,
backup_clients
:
[
"
orion"
,
"
apollo"
]
}
roles/common/tasks/main.yml
View file @
59924c98
...
...
@@ -14,6 +14,7 @@
-
name
:
start and enable smart
service
:
name=smartd enabled=yes state=started
ignore_errors
:
yes
# Ignore errors due to https://github.com/ansible/ansible-modules-core/issues/3868
-
name
:
install mlocate
pacman
:
name=mlocate state=present
...
...
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