2022-03-30 16:18:47 +00:00
|
|
|
- hosts: HashicorpStack
|
|
|
|
roles:
|
|
|
|
- role: ansible-consul
|
|
|
|
become: true
|
|
|
|
- role: ansible-hashicorp-vault
|
2022-04-09 07:44:54 +00:00
|
|
|
when: ansible_architecture == 'x86_64'
|
2022-03-30 16:18:47 +00:00
|
|
|
become: true
|
|
|
|
- role: ansible-nomad
|
|
|
|
become: true
|