Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Heartbeat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
Heartbeat
Commits
3e7efaa4
Commit
3e7efaa4
authored
5 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
ansible-playbooks/general#85 Linting [skip-ci]
parent
adaf4c6a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/config.yml
+2
-2
2 additions, 2 deletions
tasks/config.yml
tasks/install.yml
+1
-1
1 addition, 1 deletion
tasks/install.yml
with
3 additions
and
3 deletions
tasks/config.yml
+
2
−
2
View file @
3e7efaa4
...
...
@@ -12,7 +12,7 @@
dest
:
/etc/heartbeat/heartbeat.yml
owner
:
root
group
:
root
mode
:
600
mode
:
0
600
notify
:
-
"
Restart
Heartbeat"
...
...
@@ -20,4 +20,4 @@
copy
:
src
:
'
{{
inventory_dir
}}/files/heartbeat/'
dest
:
/etc/heartbeat/monitors.d/
mode
:
600
mode
:
0
600
This diff is collapsed.
Click to expand it.
tasks/install.yml
+
1
−
1
View file @
3e7efaa4
...
...
@@ -10,7 +10,7 @@
apt_repository
:
repo
:
deb https://artifacts.elastic.co/packages/6.x/apt stable main
state
:
present
mode
:
644
mode
:
0
644
-
name
:
Install Heartbeat
apt
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment