aboutsummaryrefslogtreecommitdiff
path: root/playbook.yml
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2019-09-29 16:28:11 +0200
committerjaseg <code@jaseg.net>2019-09-29 16:28:11 +0200
commit170ba6d418b7dc4676ea71678dd661da60e726d0 (patch)
tree50aedf934b3fd3c113d198683ced59bc1cbabc12 /playbook.yml
parent54944fcd3d8e480d57b389a6518db4952e89f49e (diff)
downloadinfra-170ba6d418b7dc4676ea71678dd661da60e726d0.tar.gz
infra-170ba6d418b7dc4676ea71678dd661da60e726d0.tar.bz2
infra-170ba6d418b7dc4676ea71678dd661da60e726d0.zip
deploy: add pogojig
Diffstat (limited to 'playbook.yml')
-rw-r--r--playbook.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/playbook.yml b/playbook.yml
index afea884..6d558d3 100644
--- a/playbook.yml
+++ b/playbook.yml
@@ -48,6 +48,7 @@
containers:
- gerboweb
- clippy
+ - pogojig
- name: Setup web server
include_tasks: setup_webserver.yml
@@ -60,3 +61,13 @@
- name: Setup secure download
include_tasks: setup_secure_download.yml
+
+ - name: Setup tracespace
+ include_tasks: setup_tracespace.yml
+
+ - name: Setup openjscad
+ include_tasks: setup_openjscad.yml
+
+ - name: Setup pogojig
+ include_tasks: setup_pogojig.yml
+