Commit c36795e0 by Kevin Falcone

Add an install:app-configuration that only generates yml/json

This is helpful for uses that want to generate just config for
edxapp or any of our IDAs
parent b554fb5e
...@@ -99,6 +99,7 @@ ...@@ -99,6 +99,7 @@
tags: tags:
- install - install
- install:configuration - install:configuration
- install:app-configuration
- name: Install a bunch of system packages on which edx_service relies - name: Install a bunch of system packages on which edx_service relies
apt: apt:
......
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
tags: tags:
- install - install
- install:configuration - install:configuration
- edxapp_cfg - install:app-configuration
- edxapp_cfg # Old deprecated tag, will remove when possible
- name: create auth and application yaml config - name: create auth and application yaml config
template: template:
...@@ -23,7 +24,8 @@ ...@@ -23,7 +24,8 @@
tags: tags:
- install - install
- install:configuration - install:configuration
- edxapp_cfg - install:app-configuration
- edxapp_cfg # Old deprecated tag, will remove when possible
# write the supervisor scripts for the service variants # write the supervisor scripts for the service variants
- name: "writing {{ item }} supervisor script" - name: "writing {{ item }} supervisor script"
......
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