blob: 195774db7a3fc6ccfcfe2b8375ac9fecc374f5ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|