Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
93182477
Commit
93182477
authored
Jan 10, 2017
by
Ned Batchelder
Committed by
GitHub
Jan 10, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3592 from edx/ned/motd-tail-for-xenial
motd.tail support for Xenial
parents
1e59c4a6
ececf738
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
playbooks/roles/vhost/tasks/main.yml
+10
-0
No files found.
playbooks/roles/vhost/tasks/main.yml
View file @
93182477
...
...
@@ -54,6 +54,16 @@
group
:
root
mode
:
'
755'
-
name
:
Add motd.tail support for 16.04
copy
:
dest
:
"
/etc/update-motd.d/75-motd-tail"
content
:
"
#!/bin/sh
\n
echo
\n
cat
/etc/motd.tail
\n
"
force
:
true
owner
:
root
group
:
root
mode
:
"
0755"
when
:
ansible_distribution_release == 'xenial'
-
name
:
Update sshd logging to VERBOSE
lineinfile
:
dest
:
/etc/ssh/sshd_config
...
...
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