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
2e8f1264
Commit
2e8f1264
authored
Aug 17, 2016
by
Ned Batchelder
Committed by
GitHub
Aug 17, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3308 from edx/ned/open-edx-motd
use Open edX in the motd, and delete unneeded variables
parents
21c24e8b
8e995343
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
9 deletions
+10
-9
playbooks/roles/common_vars/defaults/main.yml
+0
-1
playbooks/roles/vhost/templates/etc/motd.tail.j2
+10
-4
playbooks/vagrant-analytics.yml
+0
-1
playbooks/vagrant-devstack.yml
+0
-1
playbooks/vagrant/vagrant-devstack-delta.yml
+0
-1
playbooks/vagrant/vagrant-fullstack-delta.yml
+0
-1
No files found.
playbooks/roles/common_vars/defaults/main.yml
View file @
2e8f1264
...
...
@@ -68,7 +68,6 @@ COMMON_CUSTOM_DHCLIENT_CONFIG: false
# uncomment and specifity your domains.
# COMMON_DHCLIENT_DNS_SEARCH: ["ec2.internal","example.com"]
COMMON_MOTD_TEMPLATE
:
"
motd.tail.j2"
COMMON_SSH_PASSWORD_AUTH
:
"
no"
COMMON_SECURITY_UPDATES
:
no
...
...
playbooks/roles/vhost/templates/etc/motd.tail.j2
View file @
2e8f1264
*******************************************************************
* _ __ __ *
* _ _| |\ \/ / This system is for the use of authorized *
* / -_) _` | > < users only. Usage of this system may be *
* \___\__,_|/_/\_\ monitored and recorded by system personnel. *
* ___ _ __ __ *
* / _ \ _ __ ___ _ _ ___ __| |\ \/ / (R) *
* | |_| | '_ \ -_) ' \ / -_) _` | > < *
* \___/| .__/___|_|_| \___\__,_|/_/\_\ *
* |_| *
* *
* This system is for the use of authorized users only. Usage of *
* this system may be monitored and recorded by system personnel. *
* *
* Anyone using this system expressly consents to such monitoring *
* and is advised that if such monitoring reveals possible *
* evidence of criminal activity, system personnel may provide the *
* evidence from such monitoring to law enforcement officials. *
* *
* Need help? https://open.edx.org/getting-help *
* *
*******************************************************************
playbooks/vagrant-analytics.yml
View file @
2e8f1264
...
...
@@ -8,7 +8,6 @@
disable_edx_services
:
true
mongo_enable_journal
:
false
EDXAPP_NO_PREREQ_INSTALL
:
0
COMMON_MOTD_TEMPLATE
:
'
devstack_motd.tail.j2'
COMMON_SSH_PASSWORD_AUTH
:
"
yes"
EDXAPP_LMS_BASE
:
127.0.0.1:8000
EDXAPP_OAUTH_ENFORCE_SECURE
:
false
...
...
playbooks/vagrant-devstack.yml
View file @
2e8f1264
...
...
@@ -8,7 +8,6 @@
disable_edx_services
:
true
mongo_enable_journal
:
false
EDXAPP_NO_PREREQ_INSTALL
:
0
COMMON_MOTD_TEMPLATE
:
'
devstack_motd.tail.j2'
COMMON_SSH_PASSWORD_AUTH
:
"
yes"
EDXAPP_LMS_BASE
:
127.0.0.1:8000
EDXAPP_OAUTH_ENFORCE_SECURE
:
false
...
...
playbooks/vagrant/vagrant-devstack-delta.yml
View file @
2e8f1264
...
...
@@ -6,7 +6,6 @@
devstack
:
true
disable_edx_services
:
true
mongo_enable_journal
:
false
COMMON_MOTD_TEMPLATE
:
'
devstack_motd.tail.j2'
COMMON_SSH_PASSWORD_AUTH
:
"
yes"
EDXAPP_LMS_BASE
:
127.0.0.1:8000
EDXAPP_OAUTH_ENFORCE_SECURE
:
false
...
...
playbooks/vagrant/vagrant-fullstack-delta.yml
View file @
2e8f1264
...
...
@@ -5,7 +5,6 @@
vars
:
disable_edx_services
:
true
mongo_enable_journal
:
false
COMMON_MOTD_TEMPLATE
:
'
devstack_motd.tail.j2'
COMMON_SSH_PASSWORD_AUTH
:
"
yes"
EDXAPP_LMS_BASE
:
127.0.0.1:8000
EDXAPP_OAUTH_ENFORCE_SECURE
:
false
...
...
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