2022-03-30 16:18:47 +00:00
|
|
|
- hosts: HashicorpStack
|
|
|
|
roles:
|
|
|
|
- role: ansible-consul
|
|
|
|
become: true
|
|
|
|
- role: ansible-hashicorp-vault
|
2022-04-03 18:45:11 +00:00
|
|
|
when: ansible_architecture == 'X86_64'
|
2022-03-30 16:18:47 +00:00
|
|
|
become: true
|
|
|
|
- role: ansible-nomad
|
|
|
|
become: true
|