Commit 23a271f9 by Joe Blaylock

README update ascii art

parent bbce31fd
...@@ -81,21 +81,24 @@ Example users are in the `vars/secure` directory: ...@@ -81,21 +81,24 @@ Example users are in the `vars/secure` directory:
* [*env_users* for staging environment](/vars/secure/edxapp_stage_users.yml) * [*env_users* for staging environment](/vars/secure/edxapp_stage_users.yml)
* [*admin_users* will be realized on every server](/vars/secure/users.yml) * [*admin_users* will be realized on every server](/vars/secure/users.yml)
edxapp_prod.yml <-- example production environment playbook
edxapp_stage.yml <-- example stage environment playbook ```
edxapp_custom.yml <-- example custom environment playbook edxapp_prod.yml <-- example production environment playbook
├── files <-- edX cloudformation templates edxapp_stage.yml <-- example stage environment playbook
│   └── examples <-- example cloudformation templates edxapp_custom.yml <-- example custom environment playbook
├── group_vars <-- var files that correspond to ansible group names (mapped to AWS tags) ├── files <-- edX cloudformation templates
├── keys <-- public keys │   └── examples <-- example cloudformation templates
├── roles <-- edX services ├── group_vars <-- var files that correspond to ansible group names (mapped to AWS tags)
│   ├── common <-- tasks that are run for all roles ├── keys <-- public keys
│   │   └── tasks ├── roles <-- edX services
│   └── lms │   ├── common <-- tasks that are run for all roles
│   ├── tasks <-- tasks that are run to setup an LMS │   │   └── tasks
│   └── templates │   └── lms
└── vars <-- public variable definitions │   ├── tasks <-- tasks that are run to setup an LMS
└── secure <-- secure variables (example) │   └── templates
└── vars <-- public variable definitions
└── 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