exclude VPS from vault
This commit is contained in:
parent
0d983dd085
commit
efa707dea0
@ -1,10 +1,11 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
name: Hashicorp stack
|
||||||
roles:
|
roles:
|
||||||
- role: ansible-consul
|
|
||||||
become: true
|
|
||||||
- role: ansible-hashicorp-vault
|
- role: ansible-hashicorp-vault
|
||||||
when: ansible_architecture == 'x86_64'
|
when: inventory_hostname not in groups['VPS']
|
||||||
|
become: true
|
||||||
|
- role: ansible-consul
|
||||||
become: true
|
become: true
|
||||||
- role: ansible-nomad
|
- role: ansible-nomad
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
Reference in New Issue
Block a user