Commit 7e760fdb by John Jarvis

updating dir structure in the README

parent 02945311
...@@ -82,7 +82,10 @@ Example users are in the `vars/secure` directory: ...@@ -82,7 +82,10 @@ Example users are in the `vars/secure` directory:
* [*admin_users* will be realized on every server](/vars/secure/users.yml) * [*admin_users* will be realized on every server](/vars/secure/users.yml)
``` ```
cloudformation_templates <-- official edX cloudformation templates
│   └── examples <-- example templates
└── playbooks
edxapp_prod.yml <-- example production environment playbook edxapp_prod.yml <-- example production environment playbook
edxapp_stage.yml <-- example stage environment playbook edxapp_stage.yml <-- example stage environment playbook
edxapp_custom.yml <-- example custom environment playbook edxapp_custom.yml <-- example custom environment playbook
...@@ -93,12 +96,17 @@ Example users are in the `vars/secure` directory: ...@@ -93,12 +96,17 @@ Example users are in the `vars/secure` directory:
├── roles <-- edX services ├── roles <-- edX services
│   ├── common <-- tasks that are run for all roles │   ├── common <-- tasks that are run for all roles
│   │   └── tasks │   │   └── tasks
│   └── lms │   ├── lms
│   ├── tasks <-- tasks that are run to setup an LMS │   │   ├── tasks <-- tasks that are run to setup an LMS
│   │   └── templates
│   └── nginx
│   ├── handlers
│   ├── tasks
│   └── templates │   └── templates
└── vars <-- public variable definitions └── vars <-- public variable definitions
└── secure <-- secure variables (example) └── secure <-- secure variables (example)
```
```
### Installation ### Installation
......
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