This commit is contained in:
Niko Kurtti
2015-03-24 12:18:13 +02:00
commit 34553aa6f4
48 changed files with 1278 additions and 0 deletions

12
base.yml Normal file
View File

@@ -0,0 +1,12 @@
---
- name: Bootstrap a new server
hosts: all:!localhost
sudo: yes
gather_facts: no
vars_files:
- vars/users.yml
roles:
- base
- nginx
tasks:
- include: tasks/webuser.yml