10 lines
139 B
YAML
10 lines
139 B
YAML
|
|
---
|
||
|
|
- name: Deploy Docker on App3
|
||
|
|
hosts: 192.168.0.112
|
||
|
|
become: yes
|
||
|
|
gather_facts: yes
|
||
|
|
|
||
|
|
roles:
|
||
|
|
- role: docker
|
||
|
|
tags: docker
|