homelab/ansible/playbooks/HashicorpStack.yml
vincent 5f105ae8e9
Some checks failed
continuous-integration/drone/push Build is failing
style: fix yaml
2022-11-29 21:23:44 +01:00

13 lines
255 B
YAML

---
- hosts: all
roles:
- role: ansible-consul
become: true
- role: ansible-hashicorp-vault
when: ansible_architecture == 'x86_64'
become: true
- role: ansible-nomad
become: true
- role: docker
become: true