system-config/playbooks/service-vault.yaml

16 lines
372 B
YAML

---
# Install HashiCorp Vault to the members of the
# `vault` group.
#
# Read roles/hashivault/README.rst for further details
#
# Playbooks is enforcing serial:1 to prevent all vault
# instances being down at the same time in the case of
# updates.
- hosts: "vault:!disabled"
become: true
name: "Vault: configure vault instances"
serial: 1
roles:
- hashivault