Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
f6870347
Verified
Commit
f6870347
authored
Mar 24, 2019
by
Florian Pritz
Browse files
Disable smartd on hcloud machines
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
1b8ea262
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/common/tasks/main.yml
View file @
f6870347
...
...
@@ -13,7 +13,7 @@
pacman
:
name=smartmontools state=present
-
name
:
start and enable smart
service
:
name=smartd enabled=
yes state=
started
service
:
name=smartd enabled=
{{"no" if 'hcloud' in group_names else "yes"}} state={{"stopped" if 'hcloud' in group_names else "
started
"}}
-
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