8 lines
124 B
YAML
8 lines
124 B
YAML
|
- name: Instala Consul
|
||
|
hosts: nomad_node
|
||
|
any_errors_fatal: true
|
||
|
become: true
|
||
|
become_user: root
|
||
|
roles:
|
||
|
- nomad
|