Skip to content

Files

Latest commit

 

History

History
13 lines (9 loc) · 525 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 525 Bytes

Ansible

Quick Start

  1. Install Ansible pip install -r requirements.txt
  2. Install ansible galaxy roles ansible-galaxy install -r requirements.yml
  3. Each app has it's own subdirectory in this repo that controls it. See the README in the app directory for further instructions. For example "apps/api" or "apps/webapp".

Documentation

  • For general documentation see the docs/ directory at the root of this repo.
  • For app specific documentation see the docs/ directory at the root of each app directory.