Commit 967b1956 by Kevin Falcone Committed by GitHub

Merge pull request #3486 from edx/jibsheet/config-testing

Add an install:app-configuration that only generates yml/json
parents ad900a93 c36795e0
...@@ -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