Creating folder structures
Create folder structure for control node
Create root folder
mkdir deployerDownload configuration repo
git clone https://github.com/edx/configuration -b open-release/koa.masteredx-configs
Infra
cd deployer
mkdir infra && touch hostsansible.cfg
How it should look like

Last updated