Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cotech
ansible
Commits
894e7547
Commit
894e7547
authored
7 years ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
chrony added and some README updates
parent
473a822f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+3
-1
3 additions, 1 deletion
README.md
discourse.yml
+1
-0
1 addition, 0 deletions
discourse.yml
roles/chrony/tasks/main.yml
+16
-0
16 additions, 0 deletions
roles/chrony/tasks/main.yml
with
20 additions
and
1 deletion
README.md
+
3
−
1
View file @
894e7547
...
...
@@ -38,7 +38,9 @@ Then tighten some security settings:
If you are using this Playbook somewhere other than on a
[
Webarchitects
](
https://www.webarchitects.coop/
)
virtual server in Sheffield
then the
`iptables`
and
`munin-node`
roles will, as a minimum, need editing and
might be best omitted.
might be best omitted. Also note that these Playbooks are based on using
`mx.webarch.net`
for incoming email -- this is an anti-spam gateway, if this
wasn't used then SpamAssassin should probably be added to the mix.
The email setup is based on the
[
mail-reciever
](
https://github.com/discourse/mail-receiver
)
Docker container
...
...
This diff is collapsed.
Click to expand it.
discourse.yml
+
1
−
0
View file @
894e7547
...
...
@@ -10,6 +10,7 @@
-
locale
-
vim
-
email
-
chrony
-
iptables
vars
:
...
...
This diff is collapsed.
Click to expand it.
roles/chrony/tasks/main.yml
0 → 100644
+
16
−
0
View file @
894e7547
---
-
name
:
Time related packages installed
apt
:
pkg
:
"
{{
item
}}"
state
:
latest
update_cache
:
yes
with_items
:
-
chrony
-
rdate
-
name
:
Set the date after a reboot crontab in place
cron
:
name
:
Check the date following reboots
special_time
:
reboot
job
:
"
rdate
-s
ntp.demon.co.uk"
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