10 lines
159 B
YAML
10 lines
159 B
YAML
|
- name: Instala Docker, Consul e Nomad
|
||
|
hosts: all
|
||
|
any_errors_fatal: true
|
||
|
become: true
|
||
|
become_user: root
|
||
|
roles:
|
||
|
- docker
|
||
|
- consul
|
||
|
- nomad
|