summaryrefslogtreecommitdiff
path: root/setup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'setup.yml')
-rw-r--r--setup.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/setup.yml b/setup.yml
new file mode 100644
index 0000000..195774d
--- /dev/null
+++ b/setup.yml
@@ -0,0 +1,14 @@
+---
+- hosts:
+ - local
+ remote_user: root
+ become_user: root
+ become: yes
+ roles:
+ - role: docker.ubuntu
+ tasks:
+ - include_tasks: tasks/docker.yml
+ tags:
+ - tbp
+ - include_tasks: tasks/tbp.yml
+ tags: tbp