Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Klaus Wölfel
slapos.package
Commits
28e2a09f
Commit
28e2a09f
authored
9 years ago
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbook: On redhat 6 the ntp service is called ntpd
parent
63b7ac92
master
cdn-test
drop_var_prompt
fix/slapproxy-software12
local-frontend
logging
no-fw
re6st
slapos-master-standalone-fix
vmhost
playbook-2015-08-03
playbook-1.5
playbook-1.4
playbook-1.3
playbook-1.2
playbook-1.1
playbook-1.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
playbook/roles/ntp/tasks/main.yml
playbook/roles/ntp/tasks/main.yml
+6
-2
No files found.
playbook/roles/ntp/tasks/main.yml
View file @
28e2a09f
---
-
name
:
Install ntp
apt
:
name=ntp state=latest
when
:
ansible_os_family == "Debian"
...
...
@@ -10,3 +9,8 @@
-
name
:
ensure ntp is runing
service
:
name=ntp state=running enabled=yes
when
:
ansible_os_family == "Debian"
-
name
:
ensure ntp is runing (RedHat)
service
:
name=ntpd state=running enabled=yes
when
:
ansible_os_family == "RedHat"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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