Docker deployment for tohtori and some refactoring

This commit is contained in:
Niko Kurtti
2015-03-24 15:52:28 +02:00
parent 34553aa6f4
commit b628d35fc8
27 changed files with 906 additions and 635 deletions

View File

@@ -2,11 +2,14 @@
- name: Bootstrap a new server
hosts: all:!localhost
sudo: yes
gather_facts: no
gather_facts: yes
vars_files:
- vars/users.yml
- roles/koodiklinikka.fi/defaults/main.yml
- roles/koodiklinikka.fi-api/defaults/main.yml
roles:
- base
- docker
- nginx
tasks:
- include: tasks/webuser.yml