2022-11-29 20:23:44 +00:00
|
|
|
---
|
2022-06-19 10:38:23 +00:00
|
|
|
- hosts: all
|
2023-08-26 15:30:41 +00:00
|
|
|
name: Hashicorp stack
|
2022-06-19 10:38:23 +00:00
|
|
|
roles:
|
|
|
|
- role: ansible-hashicorp-vault
|
2023-08-26 15:30:41 +00:00
|
|
|
when: inventory_hostname not in groups['VPS']
|
|
|
|
become: true
|
|
|
|
- role: ansible-consul
|
2022-06-19 10:38:23 +00:00
|
|
|
become: true
|
|
|
|
- role: ansible-nomad
|
|
|
|
become: true
|
|
|
|
- role: docker
|
|
|
|
become: true
|