Skip to content

Commit

Permalink
Remove unused vault_group_name var
Browse files Browse the repository at this point in the history
Although this variable exists since the first ever commit, it's never
been used.
  • Loading branch information
akerouanton authored and bbaassssiiee committed May 3, 2022
1 parent ef73ee6 commit dc17193
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,6 @@ The role defines variables in `defaults/main.yml`:
- Should this role manage the vault group?
- Default value: false

### `vault_group_name`

- Inventory group name
- Default value: vault_instances

### `vault_cluster_name`

- Cluster name label
Expand Down
1 change: 0 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ vault_service_reload: false
# Vault variables
# ---------------------------------------------------------------------------

vault_group_name: vault_instances
vault_cluster_name: dc1
vault_datacenter: dc1
vault_log_level: "{{ lookup('env','VAULT_LOG_LEVEL') | default('info', true) }}"
Expand Down

0 comments on commit dc17193

Please sign in to comment.