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
f11ed6c0
Commit
f11ed6c0
authored
Feb 13, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
merge conflicts
parents
e46231d9
de86107b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
1 deletions
+14
-1
playbooks/roles/common/defaults/main.yml
+3
-0
playbooks/roles/common/tasks/main.yml
+1
-1
playbooks/roles/common/templates/devstack_motd.tail.j2
+9
-0
playbooks/vagrant-devstack.yml
+1
-0
No files found.
playbooks/roles/common/defaults/main.yml
View file @
f11ed6c0
...
@@ -25,6 +25,9 @@ COMMON_HOSTNAME: !!null
...
@@ -25,6 +25,9 @@ COMMON_HOSTNAME: !!null
COMMON_CUSTOM_DHCLIENT_CONFIG
:
false
COMMON_CUSTOM_DHCLIENT_CONFIG
:
false
# uncomment and specifity your domains.
# uncomment and specifity your domains.
# COMMON_DHCLIENT_DNS_SEARCH: ["ec2.internal","example.com"]
# COMMON_DHCLIENT_DNS_SEARCH: ["ec2.internal","example.com"]
COMMON_MOTD_TEMPLATE
:
"
motd.tail.j2"
# Rotate logs to S3
# Rotate logs to S3
# Only for when edX is running in AWS since it organizes
# Only for when edX is running in AWS since it organizes
...
...
playbooks/roles/common/tasks/main.yml
View file @
f11ed6c0
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
-
name
:
add ssh-warning banner motd
-
name
:
add ssh-warning banner motd
template
:
>
template
:
>
dest=/etc/motd.tail
dest=/etc/motd.tail
src=
motd.tail.j2
mode=0755 owner=root group=root
src=
{{ COMMON_MOTD_TEMPLATE }}
mode=0755 owner=root group=root
-
name
:
update ssh config
-
name
:
update ssh config
template
:
>
template
:
>
...
...
playbooks/roles/common/templates/devstack_motd.tail.j2
0 → 100644
View file @
f11ed6c0
*******************************************************************
* *
* _ _| |\ \/ / *
* / -_) _` | > < *
* \___\__,_|/_/\_\ *
* *
* Instructions and troubleshooting: *
* https://github.com/edx/configuration/wiki/edX-Developer-Stack *
*******************************************************************
playbooks/vagrant-devstack.yml
View file @
f11ed6c0
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
edx_platform_version
:
'
master'
edx_platform_version
:
'
master'
mongo_enable_journal
:
False
mongo_enable_journal
:
False
EDXAPP_NO_PREREQ_INSTALL
:
0
EDXAPP_NO_PREREQ_INSTALL
:
0
COMMON_MOTD_TEMPLATE
:
"
devstack_motd.tail.j2"
vars_files
:
vars_files
:
-
"
group_vars/all"
-
"
group_vars/all"
roles
:
roles
:
...
...
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