Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 717 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 717 Bytes

Provisioning for DC Code servers

This repo manages search.code.dccouncil.us.

Development

  1. Install vagrant
  2. Install ansible
  3. run vagrant up from the repo root

Production

  1. ensure dc-law-provision-private is cloned as sibling to this repo.
  2. install ansible
  3. run ansible-playbook -i inventories/production playbook.yml --ask-vault-pass from the ansible directory

dc-law-provision-private should have the following directory structure:

- ansible
|- group_vars
 |- production
  |- private.yaml
|- inventories
 |- production

Symlinks in dc-law-provision point to the appropriate files in dc-law-provision-private.