ansible-hashistack/full.yml
2023-10-06 12:05:33 +02:00

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