summaryrefslogtreecommitdiff
path: root/ansible/sz-ds.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-08-27 20:38:23 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-08-27 20:38:23 +0200
commit8db1109ca093e057a0ac40aa6283030d536508ee (patch)
tree1a22ba7f769602d492d44c2fe5d26e1547de5230 /ansible/sz-ds.yml
parent1c9619633840a0e7588a5fdf6996faddf32e8090 (diff)
downloadinfra-8db1109ca093e057a0ac40aa6283030d536508ee.tar.gz
infra-8db1109ca093e057a0ac40aa6283030d536508ee.tar.bz2
infra-8db1109ca093e057a0ac40aa6283030d536508ee.tar.xz
infra-8db1109ca093e057a0ac40aa6283030d536508ee.zip
o sz-ds: wip.
Diffstat (limited to 'ansible/sz-ds.yml')
-rw-r--r--ansible/sz-ds.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/ansible/sz-ds.yml b/ansible/sz-ds.yml
new file mode 100644
index 0000000..2566f4c
--- /dev/null
+++ b/ansible/sz-ds.yml
@@ -0,0 +1,12 @@
+---
+- hosts:
+ - sz-prod
+ - sz-test
+ roles:
+ - timezone
+ - lxc-machine
+ tasks:
+ - name: postgresql-server
+ import_role: name=postgresql-server
+ - name: sz-ds
+ import_role: name=sz-ds