12 lines
190 B
YAML
12 lines
190 B
YAML
---
|
|
- name: Set up Servers
|
|
hosts: docker_host
|
|
gather_facts: true
|
|
roles:
|
|
# - role: common
|
|
# tags:
|
|
# - common
|
|
- role: docker_host
|
|
tags:
|
|
- docker_host
|