ansible-hashistack/full.yml

10 lines
159 B
YAML
Raw Normal View History

2023-10-06 12:05:33 +02:00
- name: Instala Docker, Consul e Nomad
hosts: all
any_errors_fatal: true
become: true
become_user: root
roles:
- docker
- consul
- nomad