Skip to content

Fix vault_group variable - #330

Open
bagratte wants to merge 1 commit into
ansible-community:masterfrom
bagratte:vault_group
Open

bagratte wants to merge 1 commit into
ansible-community:masterfrom
bagratte:vault_group

Conversation

@bagratte

@bagratte bagratte commented May 11, 2023

Copy link
Copy Markdown

This fixes #329 but I'm not sure of the implications of this change.

@ahjohannessen

Copy link
Copy Markdown
Contributor

@bagratte Would setting vault_manage_group to true fix your problem? - Not sure your change is a good idea.

@lakrass lakrass left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! I would suggest to change this PR to include the following changes:

  • Set vault_group: "vault" by default (not sure, why the group "bin" would make any sense)
  • Set vault_manage_group: {{ false if (vault_install_hashi_repo) else true }}

With that, users still are abled to use a different group if desired and even can create it through this role.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create directories task fails when vault_install_hashi_repo is true

3 participants