Commit b86d762d by Will Daly

Added less-scary message for devstack

parent 53c4c6b9
...@@ -26,6 +26,8 @@ COMMON_CUSTOM_DHCLIENT_CONFIG: false ...@@ -26,6 +26,8 @@ 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"
common_debian_pkgs: common_debian_pkgs:
- ntp - ntp
- ack-grep - ack-grep
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,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: >
......
*******************************************************************
* *
* _ _| |\ \/ / *
* / -_) _` | > < *
* \___\__,_|/_/\_\ *
* *
* Instructions and troubleshooting: *
* https://github.com/edx/configuration/wiki/edX-Developer-Stack *
*******************************************************************
...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment